Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
4c7f7979
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4c7f7979
编写于
8月 30, 2023
作者:
W
wangshi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
"add vulkan cases commit texture and ubo testcases for vulkan"
Signed-off-by:
N
wangshi
<
wangshi@kaihong.com
>
上级
86f0d5a6
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
1953 addition
and
0 deletion
+1953
-0
graphic/vulkan/src/ubo/ubo/Ubo_multi_nested_structTestCase.cpp
...ic/vulkan/src/ubo/ubo/Ubo_multi_nested_structTestCase.cpp
+120
-0
graphic/vulkan/src/ubo/ubo/Ubo_randomTestCase.cpp
graphic/vulkan/src/ubo/ubo/Ubo_randomTestCase.cpp
+1599
-0
graphic/vulkan/src/ubo/ubo/Ubo_single_nested_structTestCase.cpp
...c/vulkan/src/ubo/ubo/Ubo_single_nested_structTestCase.cpp
+78
-0
graphic/vulkan/src/ubo/ubo/Ubo_single_structTestCase.cpp
graphic/vulkan/src/ubo/ubo/Ubo_single_structTestCase.cpp
+78
-0
graphic/vulkan/src/ubo/ubo/Ubo_single_struct_arrayTestCase.cpp
...ic/vulkan/src/ubo/ubo/Ubo_single_struct_arrayTestCase.cpp
+78
-0
未找到文件。
graphic/vulkan/src/ubo/ubo/Ubo_multi_nested_structTestCase.cpp
0 → 100644
浏览文件 @
4c7f7979
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../UboBaseFunc.h"
#include "../ActsUbo0008TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140vertex
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140fragment
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140both
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140mixed
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140vertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140fragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140bothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140mixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearrayvertex
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearrayfragment
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearrayboth
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearraymixed
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd140instancearraymixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std140_instance_array_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430vertex
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430fragment
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430both
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430mixed
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430vertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430fragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430bothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430mixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearrayvertex
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearrayfragment
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearrayboth
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearraymixed
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferStd430instancearraymixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.std430_instance_array_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarvertex
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarfragment
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarboth
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarmixed
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarbothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarmixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearrayboth
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearraymixed
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSPerblockbufferScalarinstancearraymixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.per_block_buffer.scalar_instance_array_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140vertex
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140fragment
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140both
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140mixed
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140vertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140fragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140bothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140mixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearrayvertex
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearrayfragment
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearrayboth
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearraymixed
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd140instancearraymixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std140_instance_array_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430vertex
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430fragment
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430both
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430mixed
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430vertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430fragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430bothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430mixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearrayvertex
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearrayfragment
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearrayboth
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearraymixed
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferStd430instancearraymixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.std430_instance_array_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarvertex
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarfragment
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarboth
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarmixed
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarbothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarmixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_mixed_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearrayboth
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearraymixed
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_mixed*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCMNSSinglebufferScalarinstancearraymixedcompaccess
,
"dEQP-VK.ubo.multi_nested_struct.single_buffer.scalar_instance_array_mixed_comp_access*"
);
graphic/vulkan/src/ubo/ubo/Ubo_randomTestCase.cpp
0 → 100644
浏览文件 @
4c7f7979
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../UboBaseFunc.h"
#include "../ActsUbo0008TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes0
,
"dEQP-VK.ubo.random.scalar_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes1
,
"dEQP-VK.ubo.random.scalar_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes2
,
"dEQP-VK.ubo.random.scalar_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes3
,
"dEQP-VK.ubo.random.scalar_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes4
,
"dEQP-VK.ubo.random.scalar_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes5
,
"dEQP-VK.ubo.random.scalar_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes6
,
"dEQP-VK.ubo.random.scalar_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes7
,
"dEQP-VK.ubo.random.scalar_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes8
,
"dEQP-VK.ubo.random.scalar_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes9
,
"dEQP-VK.ubo.random.scalar_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes10
,
"dEQP-VK.ubo.random.scalar_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes11
,
"dEQP-VK.ubo.random.scalar_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes12
,
"dEQP-VK.ubo.random.scalar_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes13
,
"dEQP-VK.ubo.random.scalar_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes14
,
"dEQP-VK.ubo.random.scalar_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes15
,
"dEQP-VK.ubo.random.scalar_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes16
,
"dEQP-VK.ubo.random.scalar_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes17
,
"dEQP-VK.ubo.random.scalar_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes18
,
"dEQP-VK.ubo.random.scalar_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes19
,
"dEQP-VK.ubo.random.scalar_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes20
,
"dEQP-VK.ubo.random.scalar_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes21
,
"dEQP-VK.ubo.random.scalar_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes22
,
"dEQP-VK.ubo.random.scalar_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes23
,
"dEQP-VK.ubo.random.scalar_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalartypes24
,
"dEQP-VK.ubo.random.scalar_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes0
,
"dEQP-VK.ubo.random.vector_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes1
,
"dEQP-VK.ubo.random.vector_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes2
,
"dEQP-VK.ubo.random.vector_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes3
,
"dEQP-VK.ubo.random.vector_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes4
,
"dEQP-VK.ubo.random.vector_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes5
,
"dEQP-VK.ubo.random.vector_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes6
,
"dEQP-VK.ubo.random.vector_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes7
,
"dEQP-VK.ubo.random.vector_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes8
,
"dEQP-VK.ubo.random.vector_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes9
,
"dEQP-VK.ubo.random.vector_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes10
,
"dEQP-VK.ubo.random.vector_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes11
,
"dEQP-VK.ubo.random.vector_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes12
,
"dEQP-VK.ubo.random.vector_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes13
,
"dEQP-VK.ubo.random.vector_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes14
,
"dEQP-VK.ubo.random.vector_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes15
,
"dEQP-VK.ubo.random.vector_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes16
,
"dEQP-VK.ubo.random.vector_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes17
,
"dEQP-VK.ubo.random.vector_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes18
,
"dEQP-VK.ubo.random.vector_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes19
,
"dEQP-VK.ubo.random.vector_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes20
,
"dEQP-VK.ubo.random.vector_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes21
,
"dEQP-VK.ubo.random.vector_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes22
,
"dEQP-VK.ubo.random.vector_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes23
,
"dEQP-VK.ubo.random.vector_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCVectortypes24
,
"dEQP-VK.ubo.random.vector_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes0
,
"dEQP-VK.ubo.random.basic_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes1
,
"dEQP-VK.ubo.random.basic_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes2
,
"dEQP-VK.ubo.random.basic_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes3
,
"dEQP-VK.ubo.random.basic_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes4
,
"dEQP-VK.ubo.random.basic_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes5
,
"dEQP-VK.ubo.random.basic_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes6
,
"dEQP-VK.ubo.random.basic_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes7
,
"dEQP-VK.ubo.random.basic_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes8
,
"dEQP-VK.ubo.random.basic_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes9
,
"dEQP-VK.ubo.random.basic_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes10
,
"dEQP-VK.ubo.random.basic_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes11
,
"dEQP-VK.ubo.random.basic_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes12
,
"dEQP-VK.ubo.random.basic_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes13
,
"dEQP-VK.ubo.random.basic_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes14
,
"dEQP-VK.ubo.random.basic_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes15
,
"dEQP-VK.ubo.random.basic_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes16
,
"dEQP-VK.ubo.random.basic_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes17
,
"dEQP-VK.ubo.random.basic_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes18
,
"dEQP-VK.ubo.random.basic_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes19
,
"dEQP-VK.ubo.random.basic_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes20
,
"dEQP-VK.ubo.random.basic_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes21
,
"dEQP-VK.ubo.random.basic_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes22
,
"dEQP-VK.ubo.random.basic_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes23
,
"dEQP-VK.ubo.random.basic_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasictypes24
,
"dEQP-VK.ubo.random.basic_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays0
,
"dEQP-VK.ubo.random.basic_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays1
,
"dEQP-VK.ubo.random.basic_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays2
,
"dEQP-VK.ubo.random.basic_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays3
,
"dEQP-VK.ubo.random.basic_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays4
,
"dEQP-VK.ubo.random.basic_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays5
,
"dEQP-VK.ubo.random.basic_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays6
,
"dEQP-VK.ubo.random.basic_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays7
,
"dEQP-VK.ubo.random.basic_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays8
,
"dEQP-VK.ubo.random.basic_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays9
,
"dEQP-VK.ubo.random.basic_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays10
,
"dEQP-VK.ubo.random.basic_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays11
,
"dEQP-VK.ubo.random.basic_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays12
,
"dEQP-VK.ubo.random.basic_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays13
,
"dEQP-VK.ubo.random.basic_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays14
,
"dEQP-VK.ubo.random.basic_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays15
,
"dEQP-VK.ubo.random.basic_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays16
,
"dEQP-VK.ubo.random.basic_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays17
,
"dEQP-VK.ubo.random.basic_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays18
,
"dEQP-VK.ubo.random.basic_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays19
,
"dEQP-VK.ubo.random.basic_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays20
,
"dEQP-VK.ubo.random.basic_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays21
,
"dEQP-VK.ubo.random.basic_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays22
,
"dEQP-VK.ubo.random.basic_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays23
,
"dEQP-VK.ubo.random.basic_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicarrays24
,
"dEQP-VK.ubo.random.basic_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays0
,
"dEQP-VK.ubo.random.basic_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays1
,
"dEQP-VK.ubo.random.basic_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays2
,
"dEQP-VK.ubo.random.basic_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays3
,
"dEQP-VK.ubo.random.basic_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays4
,
"dEQP-VK.ubo.random.basic_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays5
,
"dEQP-VK.ubo.random.basic_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays6
,
"dEQP-VK.ubo.random.basic_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays7
,
"dEQP-VK.ubo.random.basic_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays8
,
"dEQP-VK.ubo.random.basic_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays9
,
"dEQP-VK.ubo.random.basic_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays10
,
"dEQP-VK.ubo.random.basic_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays11
,
"dEQP-VK.ubo.random.basic_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays12
,
"dEQP-VK.ubo.random.basic_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays13
,
"dEQP-VK.ubo.random.basic_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays14
,
"dEQP-VK.ubo.random.basic_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays15
,
"dEQP-VK.ubo.random.basic_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays16
,
"dEQP-VK.ubo.random.basic_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays17
,
"dEQP-VK.ubo.random.basic_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays18
,
"dEQP-VK.ubo.random.basic_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays19
,
"dEQP-VK.ubo.random.basic_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays20
,
"dEQP-VK.ubo.random.basic_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays21
,
"dEQP-VK.ubo.random.basic_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays22
,
"dEQP-VK.ubo.random.basic_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays23
,
"dEQP-VK.ubo.random.basic_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCBasicinstancearrays24
,
"dEQP-VK.ubo.random.basic_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs0
,
"dEQP-VK.ubo.random.nested_structs.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs1
,
"dEQP-VK.ubo.random.nested_structs.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs2
,
"dEQP-VK.ubo.random.nested_structs.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs3
,
"dEQP-VK.ubo.random.nested_structs.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs4
,
"dEQP-VK.ubo.random.nested_structs.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs5
,
"dEQP-VK.ubo.random.nested_structs.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs6
,
"dEQP-VK.ubo.random.nested_structs.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs7
,
"dEQP-VK.ubo.random.nested_structs.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs8
,
"dEQP-VK.ubo.random.nested_structs.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs9
,
"dEQP-VK.ubo.random.nested_structs.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs10
,
"dEQP-VK.ubo.random.nested_structs.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs11
,
"dEQP-VK.ubo.random.nested_structs.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs12
,
"dEQP-VK.ubo.random.nested_structs.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs13
,
"dEQP-VK.ubo.random.nested_structs.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs14
,
"dEQP-VK.ubo.random.nested_structs.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs15
,
"dEQP-VK.ubo.random.nested_structs.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs16
,
"dEQP-VK.ubo.random.nested_structs.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs17
,
"dEQP-VK.ubo.random.nested_structs.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs18
,
"dEQP-VK.ubo.random.nested_structs.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs19
,
"dEQP-VK.ubo.random.nested_structs.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs20
,
"dEQP-VK.ubo.random.nested_structs.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs21
,
"dEQP-VK.ubo.random.nested_structs.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs22
,
"dEQP-VK.ubo.random.nested_structs.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs23
,
"dEQP-VK.ubo.random.nested_structs.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructs24
,
"dEQP-VK.ubo.random.nested_structs.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays0
,
"dEQP-VK.ubo.random.nested_structs_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays1
,
"dEQP-VK.ubo.random.nested_structs_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays2
,
"dEQP-VK.ubo.random.nested_structs_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays3
,
"dEQP-VK.ubo.random.nested_structs_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays4
,
"dEQP-VK.ubo.random.nested_structs_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays5
,
"dEQP-VK.ubo.random.nested_structs_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays6
,
"dEQP-VK.ubo.random.nested_structs_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays7
,
"dEQP-VK.ubo.random.nested_structs_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays8
,
"dEQP-VK.ubo.random.nested_structs_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays9
,
"dEQP-VK.ubo.random.nested_structs_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays10
,
"dEQP-VK.ubo.random.nested_structs_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays11
,
"dEQP-VK.ubo.random.nested_structs_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays12
,
"dEQP-VK.ubo.random.nested_structs_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays13
,
"dEQP-VK.ubo.random.nested_structs_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays14
,
"dEQP-VK.ubo.random.nested_structs_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays15
,
"dEQP-VK.ubo.random.nested_structs_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays16
,
"dEQP-VK.ubo.random.nested_structs_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays17
,
"dEQP-VK.ubo.random.nested_structs_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays18
,
"dEQP-VK.ubo.random.nested_structs_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays19
,
"dEQP-VK.ubo.random.nested_structs_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays20
,
"dEQP-VK.ubo.random.nested_structs_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays21
,
"dEQP-VK.ubo.random.nested_structs_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays22
,
"dEQP-VK.ubo.random.nested_structs_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays23
,
"dEQP-VK.ubo.random.nested_structs_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarrays24
,
"dEQP-VK.ubo.random.nested_structs_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays0
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays1
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays2
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays3
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays4
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays5
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays6
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays7
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays8
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays9
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays10
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays11
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays12
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays13
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays14
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays15
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays16
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays17
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays18
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays19
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays20
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays21
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays22
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays23
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsinstancearrays24
,
"dEQP-VK.ubo.random.nested_structs_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays0
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays1
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays2
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays3
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays4
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays5
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays6
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays7
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays8
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays9
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays10
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays11
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays12
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays13
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays14
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays15
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays16
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays17
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays18
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays19
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays20
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays21
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays22
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays23
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCNestedstructsarraysinstancearrays24
,
"dEQP-VK.ubo.random.nested_structs_arrays_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers0
,
"dEQP-VK.ubo.random.all_per_block_buffers.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers1
,
"dEQP-VK.ubo.random.all_per_block_buffers.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers2
,
"dEQP-VK.ubo.random.all_per_block_buffers.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers3
,
"dEQP-VK.ubo.random.all_per_block_buffers.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers4
,
"dEQP-VK.ubo.random.all_per_block_buffers.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers5
,
"dEQP-VK.ubo.random.all_per_block_buffers.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers6
,
"dEQP-VK.ubo.random.all_per_block_buffers.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers7
,
"dEQP-VK.ubo.random.all_per_block_buffers.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers8
,
"dEQP-VK.ubo.random.all_per_block_buffers.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers9
,
"dEQP-VK.ubo.random.all_per_block_buffers.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers10
,
"dEQP-VK.ubo.random.all_per_block_buffers.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers11
,
"dEQP-VK.ubo.random.all_per_block_buffers.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers12
,
"dEQP-VK.ubo.random.all_per_block_buffers.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers13
,
"dEQP-VK.ubo.random.all_per_block_buffers.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers14
,
"dEQP-VK.ubo.random.all_per_block_buffers.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers15
,
"dEQP-VK.ubo.random.all_per_block_buffers.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers16
,
"dEQP-VK.ubo.random.all_per_block_buffers.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers17
,
"dEQP-VK.ubo.random.all_per_block_buffers.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers18
,
"dEQP-VK.ubo.random.all_per_block_buffers.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers19
,
"dEQP-VK.ubo.random.all_per_block_buffers.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers20
,
"dEQP-VK.ubo.random.all_per_block_buffers.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers21
,
"dEQP-VK.ubo.random.all_per_block_buffers.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers22
,
"dEQP-VK.ubo.random.all_per_block_buffers.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers23
,
"dEQP-VK.ubo.random.all_per_block_buffers.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers24
,
"dEQP-VK.ubo.random.all_per_block_buffers.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers25
,
"dEQP-VK.ubo.random.all_per_block_buffers.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers26
,
"dEQP-VK.ubo.random.all_per_block_buffers.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers27
,
"dEQP-VK.ubo.random.all_per_block_buffers.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers28
,
"dEQP-VK.ubo.random.all_per_block_buffers.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers29
,
"dEQP-VK.ubo.random.all_per_block_buffers.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers30
,
"dEQP-VK.ubo.random.all_per_block_buffers.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers31
,
"dEQP-VK.ubo.random.all_per_block_buffers.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers32
,
"dEQP-VK.ubo.random.all_per_block_buffers.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers33
,
"dEQP-VK.ubo.random.all_per_block_buffers.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers34
,
"dEQP-VK.ubo.random.all_per_block_buffers.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers35
,
"dEQP-VK.ubo.random.all_per_block_buffers.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers36
,
"dEQP-VK.ubo.random.all_per_block_buffers.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers37
,
"dEQP-VK.ubo.random.all_per_block_buffers.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers38
,
"dEQP-VK.ubo.random.all_per_block_buffers.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers39
,
"dEQP-VK.ubo.random.all_per_block_buffers.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers40
,
"dEQP-VK.ubo.random.all_per_block_buffers.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers41
,
"dEQP-VK.ubo.random.all_per_block_buffers.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers42
,
"dEQP-VK.ubo.random.all_per_block_buffers.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers43
,
"dEQP-VK.ubo.random.all_per_block_buffers.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers44
,
"dEQP-VK.ubo.random.all_per_block_buffers.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers45
,
"dEQP-VK.ubo.random.all_per_block_buffers.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers46
,
"dEQP-VK.ubo.random.all_per_block_buffers.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers47
,
"dEQP-VK.ubo.random.all_per_block_buffers.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers48
,
"dEQP-VK.ubo.random.all_per_block_buffers.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllperblockbuffers49
,
"dEQP-VK.ubo.random.all_per_block_buffers.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer0
,
"dEQP-VK.ubo.random.all_shared_buffer.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer1
,
"dEQP-VK.ubo.random.all_shared_buffer.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer2
,
"dEQP-VK.ubo.random.all_shared_buffer.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer3
,
"dEQP-VK.ubo.random.all_shared_buffer.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer4
,
"dEQP-VK.ubo.random.all_shared_buffer.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer5
,
"dEQP-VK.ubo.random.all_shared_buffer.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer6
,
"dEQP-VK.ubo.random.all_shared_buffer.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer7
,
"dEQP-VK.ubo.random.all_shared_buffer.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer8
,
"dEQP-VK.ubo.random.all_shared_buffer.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer9
,
"dEQP-VK.ubo.random.all_shared_buffer.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer10
,
"dEQP-VK.ubo.random.all_shared_buffer.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer11
,
"dEQP-VK.ubo.random.all_shared_buffer.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer12
,
"dEQP-VK.ubo.random.all_shared_buffer.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer13
,
"dEQP-VK.ubo.random.all_shared_buffer.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer14
,
"dEQP-VK.ubo.random.all_shared_buffer.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer15
,
"dEQP-VK.ubo.random.all_shared_buffer.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer16
,
"dEQP-VK.ubo.random.all_shared_buffer.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer17
,
"dEQP-VK.ubo.random.all_shared_buffer.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer18
,
"dEQP-VK.ubo.random.all_shared_buffer.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer19
,
"dEQP-VK.ubo.random.all_shared_buffer.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer20
,
"dEQP-VK.ubo.random.all_shared_buffer.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer21
,
"dEQP-VK.ubo.random.all_shared_buffer.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer22
,
"dEQP-VK.ubo.random.all_shared_buffer.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer23
,
"dEQP-VK.ubo.random.all_shared_buffer.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer24
,
"dEQP-VK.ubo.random.all_shared_buffer.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer25
,
"dEQP-VK.ubo.random.all_shared_buffer.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer26
,
"dEQP-VK.ubo.random.all_shared_buffer.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer27
,
"dEQP-VK.ubo.random.all_shared_buffer.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer28
,
"dEQP-VK.ubo.random.all_shared_buffer.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer29
,
"dEQP-VK.ubo.random.all_shared_buffer.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer30
,
"dEQP-VK.ubo.random.all_shared_buffer.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer31
,
"dEQP-VK.ubo.random.all_shared_buffer.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer32
,
"dEQP-VK.ubo.random.all_shared_buffer.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer33
,
"dEQP-VK.ubo.random.all_shared_buffer.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer34
,
"dEQP-VK.ubo.random.all_shared_buffer.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer35
,
"dEQP-VK.ubo.random.all_shared_buffer.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer36
,
"dEQP-VK.ubo.random.all_shared_buffer.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer37
,
"dEQP-VK.ubo.random.all_shared_buffer.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer38
,
"dEQP-VK.ubo.random.all_shared_buffer.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer39
,
"dEQP-VK.ubo.random.all_shared_buffer.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer40
,
"dEQP-VK.ubo.random.all_shared_buffer.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer41
,
"dEQP-VK.ubo.random.all_shared_buffer.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer42
,
"dEQP-VK.ubo.random.all_shared_buffer.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer43
,
"dEQP-VK.ubo.random.all_shared_buffer.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer44
,
"dEQP-VK.ubo.random.all_shared_buffer.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer45
,
"dEQP-VK.ubo.random.all_shared_buffer.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer46
,
"dEQP-VK.ubo.random.all_shared_buffer.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer47
,
"dEQP-VK.ubo.random.all_shared_buffer.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer48
,
"dEQP-VK.ubo.random.all_shared_buffer.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAllsharedbuffer49
,
"dEQP-VK.ubo.random.all_shared_buffer.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets0
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets1
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets2
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets3
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets4
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets5
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets6
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets7
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets8
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets9
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets10
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets11
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets12
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets13
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets14
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets15
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets16
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets17
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets18
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets19
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets20
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets21
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets22
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets23
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets24
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets25
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets26
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets27
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets28
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets29
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets30
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets31
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets32
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets33
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets34
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets35
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets36
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets37
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets38
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets39
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets40
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets41
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets42
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets43
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets44
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets45
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets46
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets47
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets48
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCAlloutoforderoffsets49
,
"dEQP-VK.ubo.random.all_out_of_order_offsets.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar0
,
"dEQP-VK.ubo.random.scalar.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar1
,
"dEQP-VK.ubo.random.scalar.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar2
,
"dEQP-VK.ubo.random.scalar.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar3
,
"dEQP-VK.ubo.random.scalar.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar4
,
"dEQP-VK.ubo.random.scalar.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar5
,
"dEQP-VK.ubo.random.scalar.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar6
,
"dEQP-VK.ubo.random.scalar.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar7
,
"dEQP-VK.ubo.random.scalar.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar8
,
"dEQP-VK.ubo.random.scalar.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar9
,
"dEQP-VK.ubo.random.scalar.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar10
,
"dEQP-VK.ubo.random.scalar.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar11
,
"dEQP-VK.ubo.random.scalar.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar12
,
"dEQP-VK.ubo.random.scalar.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar13
,
"dEQP-VK.ubo.random.scalar.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar14
,
"dEQP-VK.ubo.random.scalar.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar15
,
"dEQP-VK.ubo.random.scalar.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar16
,
"dEQP-VK.ubo.random.scalar.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar17
,
"dEQP-VK.ubo.random.scalar.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar18
,
"dEQP-VK.ubo.random.scalar.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar19
,
"dEQP-VK.ubo.random.scalar.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar20
,
"dEQP-VK.ubo.random.scalar.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar21
,
"dEQP-VK.ubo.random.scalar.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar22
,
"dEQP-VK.ubo.random.scalar.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar23
,
"dEQP-VK.ubo.random.scalar.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar24
,
"dEQP-VK.ubo.random.scalar.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar25
,
"dEQP-VK.ubo.random.scalar.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar26
,
"dEQP-VK.ubo.random.scalar.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar27
,
"dEQP-VK.ubo.random.scalar.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar28
,
"dEQP-VK.ubo.random.scalar.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar29
,
"dEQP-VK.ubo.random.scalar.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar30
,
"dEQP-VK.ubo.random.scalar.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar31
,
"dEQP-VK.ubo.random.scalar.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar32
,
"dEQP-VK.ubo.random.scalar.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar33
,
"dEQP-VK.ubo.random.scalar.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar34
,
"dEQP-VK.ubo.random.scalar.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar35
,
"dEQP-VK.ubo.random.scalar.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar36
,
"dEQP-VK.ubo.random.scalar.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar37
,
"dEQP-VK.ubo.random.scalar.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar38
,
"dEQP-VK.ubo.random.scalar.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar39
,
"dEQP-VK.ubo.random.scalar.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar40
,
"dEQP-VK.ubo.random.scalar.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar41
,
"dEQP-VK.ubo.random.scalar.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar42
,
"dEQP-VK.ubo.random.scalar.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar43
,
"dEQP-VK.ubo.random.scalar.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar44
,
"dEQP-VK.ubo.random.scalar.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar45
,
"dEQP-VK.ubo.random.scalar.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar46
,
"dEQP-VK.ubo.random.scalar.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar47
,
"dEQP-VK.ubo.random.scalar.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar48
,
"dEQP-VK.ubo.random.scalar.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar49
,
"dEQP-VK.ubo.random.scalar.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar50
,
"dEQP-VK.ubo.random.scalar.50*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar51
,
"dEQP-VK.ubo.random.scalar.51*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar52
,
"dEQP-VK.ubo.random.scalar.52*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar53
,
"dEQP-VK.ubo.random.scalar.53*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar54
,
"dEQP-VK.ubo.random.scalar.54*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar55
,
"dEQP-VK.ubo.random.scalar.55*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar56
,
"dEQP-VK.ubo.random.scalar.56*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar57
,
"dEQP-VK.ubo.random.scalar.57*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar58
,
"dEQP-VK.ubo.random.scalar.58*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar59
,
"dEQP-VK.ubo.random.scalar.59*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar60
,
"dEQP-VK.ubo.random.scalar.60*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar61
,
"dEQP-VK.ubo.random.scalar.61*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar62
,
"dEQP-VK.ubo.random.scalar.62*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar63
,
"dEQP-VK.ubo.random.scalar.63*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar64
,
"dEQP-VK.ubo.random.scalar.64*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar65
,
"dEQP-VK.ubo.random.scalar.65*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar66
,
"dEQP-VK.ubo.random.scalar.66*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar67
,
"dEQP-VK.ubo.random.scalar.67*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar68
,
"dEQP-VK.ubo.random.scalar.68*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar69
,
"dEQP-VK.ubo.random.scalar.69*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar70
,
"dEQP-VK.ubo.random.scalar.70*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar71
,
"dEQP-VK.ubo.random.scalar.71*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar72
,
"dEQP-VK.ubo.random.scalar.72*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar73
,
"dEQP-VK.ubo.random.scalar.73*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar74
,
"dEQP-VK.ubo.random.scalar.74*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar75
,
"dEQP-VK.ubo.random.scalar.75*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar76
,
"dEQP-VK.ubo.random.scalar.76*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar77
,
"dEQP-VK.ubo.random.scalar.77*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar78
,
"dEQP-VK.ubo.random.scalar.78*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar79
,
"dEQP-VK.ubo.random.scalar.79*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar80
,
"dEQP-VK.ubo.random.scalar.80*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar81
,
"dEQP-VK.ubo.random.scalar.81*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar82
,
"dEQP-VK.ubo.random.scalar.82*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar83
,
"dEQP-VK.ubo.random.scalar.83*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar84
,
"dEQP-VK.ubo.random.scalar.84*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar85
,
"dEQP-VK.ubo.random.scalar.85*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar86
,
"dEQP-VK.ubo.random.scalar.86*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar87
,
"dEQP-VK.ubo.random.scalar.87*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar88
,
"dEQP-VK.ubo.random.scalar.88*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar89
,
"dEQP-VK.ubo.random.scalar.89*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar90
,
"dEQP-VK.ubo.random.scalar.90*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar91
,
"dEQP-VK.ubo.random.scalar.91*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar92
,
"dEQP-VK.ubo.random.scalar.92*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar93
,
"dEQP-VK.ubo.random.scalar.93*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar94
,
"dEQP-VK.ubo.random.scalar.94*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar95
,
"dEQP-VK.ubo.random.scalar.95*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar96
,
"dEQP-VK.ubo.random.scalar.96*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar97
,
"dEQP-VK.ubo.random.scalar.97*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar98
,
"dEQP-VK.ubo.random.scalar.98*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCScalar99
,
"dEQP-VK.ubo.random.scalar.99*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing0
,
"dEQP-VK.ubo.random.descriptor_indexing.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing1
,
"dEQP-VK.ubo.random.descriptor_indexing.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing2
,
"dEQP-VK.ubo.random.descriptor_indexing.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing3
,
"dEQP-VK.ubo.random.descriptor_indexing.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing4
,
"dEQP-VK.ubo.random.descriptor_indexing.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing5
,
"dEQP-VK.ubo.random.descriptor_indexing.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing6
,
"dEQP-VK.ubo.random.descriptor_indexing.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing7
,
"dEQP-VK.ubo.random.descriptor_indexing.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing8
,
"dEQP-VK.ubo.random.descriptor_indexing.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing9
,
"dEQP-VK.ubo.random.descriptor_indexing.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing10
,
"dEQP-VK.ubo.random.descriptor_indexing.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing11
,
"dEQP-VK.ubo.random.descriptor_indexing.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing12
,
"dEQP-VK.ubo.random.descriptor_indexing.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing13
,
"dEQP-VK.ubo.random.descriptor_indexing.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing14
,
"dEQP-VK.ubo.random.descriptor_indexing.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing15
,
"dEQP-VK.ubo.random.descriptor_indexing.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing16
,
"dEQP-VK.ubo.random.descriptor_indexing.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing17
,
"dEQP-VK.ubo.random.descriptor_indexing.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing18
,
"dEQP-VK.ubo.random.descriptor_indexing.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing19
,
"dEQP-VK.ubo.random.descriptor_indexing.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing20
,
"dEQP-VK.ubo.random.descriptor_indexing.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing21
,
"dEQP-VK.ubo.random.descriptor_indexing.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing22
,
"dEQP-VK.ubo.random.descriptor_indexing.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing23
,
"dEQP-VK.ubo.random.descriptor_indexing.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing24
,
"dEQP-VK.ubo.random.descriptor_indexing.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing25
,
"dEQP-VK.ubo.random.descriptor_indexing.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing26
,
"dEQP-VK.ubo.random.descriptor_indexing.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing27
,
"dEQP-VK.ubo.random.descriptor_indexing.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing28
,
"dEQP-VK.ubo.random.descriptor_indexing.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing29
,
"dEQP-VK.ubo.random.descriptor_indexing.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing30
,
"dEQP-VK.ubo.random.descriptor_indexing.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing31
,
"dEQP-VK.ubo.random.descriptor_indexing.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing32
,
"dEQP-VK.ubo.random.descriptor_indexing.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing33
,
"dEQP-VK.ubo.random.descriptor_indexing.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing34
,
"dEQP-VK.ubo.random.descriptor_indexing.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing35
,
"dEQP-VK.ubo.random.descriptor_indexing.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing36
,
"dEQP-VK.ubo.random.descriptor_indexing.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing37
,
"dEQP-VK.ubo.random.descriptor_indexing.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing38
,
"dEQP-VK.ubo.random.descriptor_indexing.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing39
,
"dEQP-VK.ubo.random.descriptor_indexing.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing40
,
"dEQP-VK.ubo.random.descriptor_indexing.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing41
,
"dEQP-VK.ubo.random.descriptor_indexing.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing42
,
"dEQP-VK.ubo.random.descriptor_indexing.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing43
,
"dEQP-VK.ubo.random.descriptor_indexing.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing44
,
"dEQP-VK.ubo.random.descriptor_indexing.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing45
,
"dEQP-VK.ubo.random.descriptor_indexing.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing46
,
"dEQP-VK.ubo.random.descriptor_indexing.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing47
,
"dEQP-VK.ubo.random.descriptor_indexing.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing48
,
"dEQP-VK.ubo.random.descriptor_indexing.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TCDescriptorindexing49
,
"dEQP-VK.ubo.random.descriptor_indexing.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes0
,
"dEQP-VK.ubo.random.16bit.scalar_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes1
,
"dEQP-VK.ubo.random.16bit.scalar_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes2
,
"dEQP-VK.ubo.random.16bit.scalar_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes3
,
"dEQP-VK.ubo.random.16bit.scalar_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes4
,
"dEQP-VK.ubo.random.16bit.scalar_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes5
,
"dEQP-VK.ubo.random.16bit.scalar_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes6
,
"dEQP-VK.ubo.random.16bit.scalar_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes7
,
"dEQP-VK.ubo.random.16bit.scalar_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes8
,
"dEQP-VK.ubo.random.16bit.scalar_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes9
,
"dEQP-VK.ubo.random.16bit.scalar_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes10
,
"dEQP-VK.ubo.random.16bit.scalar_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes11
,
"dEQP-VK.ubo.random.16bit.scalar_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes12
,
"dEQP-VK.ubo.random.16bit.scalar_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes13
,
"dEQP-VK.ubo.random.16bit.scalar_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes14
,
"dEQP-VK.ubo.random.16bit.scalar_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes15
,
"dEQP-VK.ubo.random.16bit.scalar_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes16
,
"dEQP-VK.ubo.random.16bit.scalar_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes17
,
"dEQP-VK.ubo.random.16bit.scalar_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes18
,
"dEQP-VK.ubo.random.16bit.scalar_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes19
,
"dEQP-VK.ubo.random.16bit.scalar_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes20
,
"dEQP-VK.ubo.random.16bit.scalar_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes21
,
"dEQP-VK.ubo.random.16bit.scalar_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes22
,
"dEQP-VK.ubo.random.16bit.scalar_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes23
,
"dEQP-VK.ubo.random.16bit.scalar_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalartypes24
,
"dEQP-VK.ubo.random.16bit.scalar_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes0
,
"dEQP-VK.ubo.random.16bit.vector_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes1
,
"dEQP-VK.ubo.random.16bit.vector_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes2
,
"dEQP-VK.ubo.random.16bit.vector_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes3
,
"dEQP-VK.ubo.random.16bit.vector_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes4
,
"dEQP-VK.ubo.random.16bit.vector_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes5
,
"dEQP-VK.ubo.random.16bit.vector_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes6
,
"dEQP-VK.ubo.random.16bit.vector_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes7
,
"dEQP-VK.ubo.random.16bit.vector_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes8
,
"dEQP-VK.ubo.random.16bit.vector_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes9
,
"dEQP-VK.ubo.random.16bit.vector_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes10
,
"dEQP-VK.ubo.random.16bit.vector_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes11
,
"dEQP-VK.ubo.random.16bit.vector_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes12
,
"dEQP-VK.ubo.random.16bit.vector_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes13
,
"dEQP-VK.ubo.random.16bit.vector_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes14
,
"dEQP-VK.ubo.random.16bit.vector_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes15
,
"dEQP-VK.ubo.random.16bit.vector_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes16
,
"dEQP-VK.ubo.random.16bit.vector_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes17
,
"dEQP-VK.ubo.random.16bit.vector_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes18
,
"dEQP-VK.ubo.random.16bit.vector_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes19
,
"dEQP-VK.ubo.random.16bit.vector_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes20
,
"dEQP-VK.ubo.random.16bit.vector_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes21
,
"dEQP-VK.ubo.random.16bit.vector_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes22
,
"dEQP-VK.ubo.random.16bit.vector_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes23
,
"dEQP-VK.ubo.random.16bit.vector_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitVectortypes24
,
"dEQP-VK.ubo.random.16bit.vector_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes0
,
"dEQP-VK.ubo.random.16bit.basic_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes1
,
"dEQP-VK.ubo.random.16bit.basic_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes2
,
"dEQP-VK.ubo.random.16bit.basic_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes3
,
"dEQP-VK.ubo.random.16bit.basic_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes4
,
"dEQP-VK.ubo.random.16bit.basic_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes5
,
"dEQP-VK.ubo.random.16bit.basic_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes6
,
"dEQP-VK.ubo.random.16bit.basic_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes7
,
"dEQP-VK.ubo.random.16bit.basic_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes8
,
"dEQP-VK.ubo.random.16bit.basic_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes9
,
"dEQP-VK.ubo.random.16bit.basic_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes10
,
"dEQP-VK.ubo.random.16bit.basic_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes11
,
"dEQP-VK.ubo.random.16bit.basic_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes12
,
"dEQP-VK.ubo.random.16bit.basic_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes13
,
"dEQP-VK.ubo.random.16bit.basic_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes14
,
"dEQP-VK.ubo.random.16bit.basic_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes15
,
"dEQP-VK.ubo.random.16bit.basic_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes16
,
"dEQP-VK.ubo.random.16bit.basic_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes17
,
"dEQP-VK.ubo.random.16bit.basic_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes18
,
"dEQP-VK.ubo.random.16bit.basic_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes19
,
"dEQP-VK.ubo.random.16bit.basic_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes20
,
"dEQP-VK.ubo.random.16bit.basic_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes21
,
"dEQP-VK.ubo.random.16bit.basic_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes22
,
"dEQP-VK.ubo.random.16bit.basic_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes23
,
"dEQP-VK.ubo.random.16bit.basic_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasictypes24
,
"dEQP-VK.ubo.random.16bit.basic_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays0
,
"dEQP-VK.ubo.random.16bit.basic_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays1
,
"dEQP-VK.ubo.random.16bit.basic_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays2
,
"dEQP-VK.ubo.random.16bit.basic_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays3
,
"dEQP-VK.ubo.random.16bit.basic_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays4
,
"dEQP-VK.ubo.random.16bit.basic_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays5
,
"dEQP-VK.ubo.random.16bit.basic_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays6
,
"dEQP-VK.ubo.random.16bit.basic_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays7
,
"dEQP-VK.ubo.random.16bit.basic_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays8
,
"dEQP-VK.ubo.random.16bit.basic_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays9
,
"dEQP-VK.ubo.random.16bit.basic_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays10
,
"dEQP-VK.ubo.random.16bit.basic_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays11
,
"dEQP-VK.ubo.random.16bit.basic_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays12
,
"dEQP-VK.ubo.random.16bit.basic_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays13
,
"dEQP-VK.ubo.random.16bit.basic_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays14
,
"dEQP-VK.ubo.random.16bit.basic_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays15
,
"dEQP-VK.ubo.random.16bit.basic_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays16
,
"dEQP-VK.ubo.random.16bit.basic_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays17
,
"dEQP-VK.ubo.random.16bit.basic_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays18
,
"dEQP-VK.ubo.random.16bit.basic_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays19
,
"dEQP-VK.ubo.random.16bit.basic_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays20
,
"dEQP-VK.ubo.random.16bit.basic_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays21
,
"dEQP-VK.ubo.random.16bit.basic_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays22
,
"dEQP-VK.ubo.random.16bit.basic_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays23
,
"dEQP-VK.ubo.random.16bit.basic_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicarrays24
,
"dEQP-VK.ubo.random.16bit.basic_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays0
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays1
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays2
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays3
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays4
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays5
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays6
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays7
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays8
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays9
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays10
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays11
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays12
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays13
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays14
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays15
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays16
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays17
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays18
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays19
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays20
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays21
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays22
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays23
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitBasicinstancearrays24
,
"dEQP-VK.ubo.random.16bit.basic_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs0
,
"dEQP-VK.ubo.random.16bit.nested_structs.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs1
,
"dEQP-VK.ubo.random.16bit.nested_structs.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs2
,
"dEQP-VK.ubo.random.16bit.nested_structs.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs3
,
"dEQP-VK.ubo.random.16bit.nested_structs.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs4
,
"dEQP-VK.ubo.random.16bit.nested_structs.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs5
,
"dEQP-VK.ubo.random.16bit.nested_structs.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs6
,
"dEQP-VK.ubo.random.16bit.nested_structs.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs7
,
"dEQP-VK.ubo.random.16bit.nested_structs.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs8
,
"dEQP-VK.ubo.random.16bit.nested_structs.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs9
,
"dEQP-VK.ubo.random.16bit.nested_structs.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs10
,
"dEQP-VK.ubo.random.16bit.nested_structs.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs11
,
"dEQP-VK.ubo.random.16bit.nested_structs.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs12
,
"dEQP-VK.ubo.random.16bit.nested_structs.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs13
,
"dEQP-VK.ubo.random.16bit.nested_structs.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs14
,
"dEQP-VK.ubo.random.16bit.nested_structs.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs15
,
"dEQP-VK.ubo.random.16bit.nested_structs.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs16
,
"dEQP-VK.ubo.random.16bit.nested_structs.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs17
,
"dEQP-VK.ubo.random.16bit.nested_structs.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs18
,
"dEQP-VK.ubo.random.16bit.nested_structs.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs19
,
"dEQP-VK.ubo.random.16bit.nested_structs.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs20
,
"dEQP-VK.ubo.random.16bit.nested_structs.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs21
,
"dEQP-VK.ubo.random.16bit.nested_structs.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs22
,
"dEQP-VK.ubo.random.16bit.nested_structs.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs23
,
"dEQP-VK.ubo.random.16bit.nested_structs.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructs24
,
"dEQP-VK.ubo.random.16bit.nested_structs.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays0
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays1
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays2
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays3
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays4
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays5
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays6
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays7
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays8
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays9
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays10
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays11
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays12
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays13
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays14
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays15
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays16
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays17
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays18
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays19
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays20
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays21
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays22
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays23
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarrays24
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays0
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays1
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays2
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays3
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays4
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays5
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays6
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays7
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays8
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays9
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays10
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays11
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays12
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays13
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays14
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays15
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays16
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays17
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays18
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays19
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays20
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays21
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays22
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays23
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsinstancearrays24
,
"dEQP-VK.ubo.random.16bit.nested_structs_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays0
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays1
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays2
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays3
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays4
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays5
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays6
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays7
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays8
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays9
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays10
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays11
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays12
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays13
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays14
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays15
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays16
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays17
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays18
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays19
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays20
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays21
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays22
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays23
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitNestedstructsarraysinstancearrays24
,
"dEQP-VK.ubo.random.16bit.nested_structs_arrays_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers0
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers1
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers2
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers3
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers4
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers5
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers6
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers7
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers8
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers9
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers10
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers11
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers12
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers13
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers14
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers15
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers16
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers17
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers18
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers19
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers20
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers21
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers22
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers23
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers24
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers25
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers26
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers27
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers28
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers29
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers30
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers31
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers32
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers33
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers34
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers35
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers36
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers37
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers38
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers39
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers40
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers41
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers42
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers43
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers44
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers45
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers46
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers47
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers48
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllperblockbuffers49
,
"dEQP-VK.ubo.random.16bit.all_per_block_buffers.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer0
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer1
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer2
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer3
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer4
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer5
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer6
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer7
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer8
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer9
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer10
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer11
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer12
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer13
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer14
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer15
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer16
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer17
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer18
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer19
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer20
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer21
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer22
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer23
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer24
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer25
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer26
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer27
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer28
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer29
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer30
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer31
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer32
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer33
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer34
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer35
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer36
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer37
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer38
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer39
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer40
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer41
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer42
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer43
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer44
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer45
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer46
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer47
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer48
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAllsharedbuffer49
,
"dEQP-VK.ubo.random.16bit.all_shared_buffer.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets0
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets1
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets2
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets3
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets4
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets5
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets6
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets7
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets8
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets9
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets10
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets11
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets12
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets13
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets14
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets15
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets16
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets17
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets18
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets19
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets20
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets21
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets22
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets23
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets24
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets25
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets26
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets27
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets28
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets29
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets30
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets31
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets32
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets33
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets34
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets35
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets36
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets37
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets38
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets39
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets40
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets41
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets42
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets43
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets44
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets45
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets46
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets47
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets48
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitAlloutoforderoffsets49
,
"dEQP-VK.ubo.random.16bit.all_out_of_order_offsets.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar0
,
"dEQP-VK.ubo.random.16bit.scalar.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar1
,
"dEQP-VK.ubo.random.16bit.scalar.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar2
,
"dEQP-VK.ubo.random.16bit.scalar.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar3
,
"dEQP-VK.ubo.random.16bit.scalar.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar4
,
"dEQP-VK.ubo.random.16bit.scalar.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar5
,
"dEQP-VK.ubo.random.16bit.scalar.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar6
,
"dEQP-VK.ubo.random.16bit.scalar.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar7
,
"dEQP-VK.ubo.random.16bit.scalar.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar8
,
"dEQP-VK.ubo.random.16bit.scalar.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar9
,
"dEQP-VK.ubo.random.16bit.scalar.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar10
,
"dEQP-VK.ubo.random.16bit.scalar.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar11
,
"dEQP-VK.ubo.random.16bit.scalar.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar12
,
"dEQP-VK.ubo.random.16bit.scalar.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar13
,
"dEQP-VK.ubo.random.16bit.scalar.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar14
,
"dEQP-VK.ubo.random.16bit.scalar.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar15
,
"dEQP-VK.ubo.random.16bit.scalar.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar16
,
"dEQP-VK.ubo.random.16bit.scalar.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar17
,
"dEQP-VK.ubo.random.16bit.scalar.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar18
,
"dEQP-VK.ubo.random.16bit.scalar.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar19
,
"dEQP-VK.ubo.random.16bit.scalar.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar20
,
"dEQP-VK.ubo.random.16bit.scalar.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar21
,
"dEQP-VK.ubo.random.16bit.scalar.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar22
,
"dEQP-VK.ubo.random.16bit.scalar.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar23
,
"dEQP-VK.ubo.random.16bit.scalar.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar24
,
"dEQP-VK.ubo.random.16bit.scalar.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar25
,
"dEQP-VK.ubo.random.16bit.scalar.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar26
,
"dEQP-VK.ubo.random.16bit.scalar.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar27
,
"dEQP-VK.ubo.random.16bit.scalar.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar28
,
"dEQP-VK.ubo.random.16bit.scalar.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar29
,
"dEQP-VK.ubo.random.16bit.scalar.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar30
,
"dEQP-VK.ubo.random.16bit.scalar.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar31
,
"dEQP-VK.ubo.random.16bit.scalar.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar32
,
"dEQP-VK.ubo.random.16bit.scalar.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar33
,
"dEQP-VK.ubo.random.16bit.scalar.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar34
,
"dEQP-VK.ubo.random.16bit.scalar.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar35
,
"dEQP-VK.ubo.random.16bit.scalar.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar36
,
"dEQP-VK.ubo.random.16bit.scalar.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar37
,
"dEQP-VK.ubo.random.16bit.scalar.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar38
,
"dEQP-VK.ubo.random.16bit.scalar.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar39
,
"dEQP-VK.ubo.random.16bit.scalar.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar40
,
"dEQP-VK.ubo.random.16bit.scalar.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar41
,
"dEQP-VK.ubo.random.16bit.scalar.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar42
,
"dEQP-VK.ubo.random.16bit.scalar.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar43
,
"dEQP-VK.ubo.random.16bit.scalar.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar44
,
"dEQP-VK.ubo.random.16bit.scalar.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar45
,
"dEQP-VK.ubo.random.16bit.scalar.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar46
,
"dEQP-VK.ubo.random.16bit.scalar.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar47
,
"dEQP-VK.ubo.random.16bit.scalar.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar48
,
"dEQP-VK.ubo.random.16bit.scalar.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar49
,
"dEQP-VK.ubo.random.16bit.scalar.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar50
,
"dEQP-VK.ubo.random.16bit.scalar.50*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar51
,
"dEQP-VK.ubo.random.16bit.scalar.51*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar52
,
"dEQP-VK.ubo.random.16bit.scalar.52*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar53
,
"dEQP-VK.ubo.random.16bit.scalar.53*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar54
,
"dEQP-VK.ubo.random.16bit.scalar.54*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar55
,
"dEQP-VK.ubo.random.16bit.scalar.55*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar56
,
"dEQP-VK.ubo.random.16bit.scalar.56*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar57
,
"dEQP-VK.ubo.random.16bit.scalar.57*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar58
,
"dEQP-VK.ubo.random.16bit.scalar.58*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar59
,
"dEQP-VK.ubo.random.16bit.scalar.59*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar60
,
"dEQP-VK.ubo.random.16bit.scalar.60*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar61
,
"dEQP-VK.ubo.random.16bit.scalar.61*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar62
,
"dEQP-VK.ubo.random.16bit.scalar.62*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar63
,
"dEQP-VK.ubo.random.16bit.scalar.63*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar64
,
"dEQP-VK.ubo.random.16bit.scalar.64*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar65
,
"dEQP-VK.ubo.random.16bit.scalar.65*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar66
,
"dEQP-VK.ubo.random.16bit.scalar.66*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar67
,
"dEQP-VK.ubo.random.16bit.scalar.67*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar68
,
"dEQP-VK.ubo.random.16bit.scalar.68*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar69
,
"dEQP-VK.ubo.random.16bit.scalar.69*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar70
,
"dEQP-VK.ubo.random.16bit.scalar.70*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar71
,
"dEQP-VK.ubo.random.16bit.scalar.71*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar72
,
"dEQP-VK.ubo.random.16bit.scalar.72*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar73
,
"dEQP-VK.ubo.random.16bit.scalar.73*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar74
,
"dEQP-VK.ubo.random.16bit.scalar.74*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar75
,
"dEQP-VK.ubo.random.16bit.scalar.75*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar76
,
"dEQP-VK.ubo.random.16bit.scalar.76*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar77
,
"dEQP-VK.ubo.random.16bit.scalar.77*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar78
,
"dEQP-VK.ubo.random.16bit.scalar.78*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar79
,
"dEQP-VK.ubo.random.16bit.scalar.79*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar80
,
"dEQP-VK.ubo.random.16bit.scalar.80*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar81
,
"dEQP-VK.ubo.random.16bit.scalar.81*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar82
,
"dEQP-VK.ubo.random.16bit.scalar.82*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar83
,
"dEQP-VK.ubo.random.16bit.scalar.83*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar84
,
"dEQP-VK.ubo.random.16bit.scalar.84*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar85
,
"dEQP-VK.ubo.random.16bit.scalar.85*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar86
,
"dEQP-VK.ubo.random.16bit.scalar.86*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar87
,
"dEQP-VK.ubo.random.16bit.scalar.87*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar88
,
"dEQP-VK.ubo.random.16bit.scalar.88*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar89
,
"dEQP-VK.ubo.random.16bit.scalar.89*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar90
,
"dEQP-VK.ubo.random.16bit.scalar.90*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar91
,
"dEQP-VK.ubo.random.16bit.scalar.91*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar92
,
"dEQP-VK.ubo.random.16bit.scalar.92*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar93
,
"dEQP-VK.ubo.random.16bit.scalar.93*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar94
,
"dEQP-VK.ubo.random.16bit.scalar.94*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar95
,
"dEQP-VK.ubo.random.16bit.scalar.95*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar96
,
"dEQP-VK.ubo.random.16bit.scalar.96*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar97
,
"dEQP-VK.ubo.random.16bit.scalar.97*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar98
,
"dEQP-VK.ubo.random.16bit.scalar.98*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitScalar99
,
"dEQP-VK.ubo.random.16bit.scalar.99*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing0
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing1
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing2
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing3
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing4
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing5
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing6
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing7
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing8
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing9
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing10
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing11
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing12
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing13
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing14
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing15
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing16
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing17
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing18
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing19
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing20
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing21
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing22
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing23
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing24
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing25
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing26
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing27
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing28
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing29
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing30
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing31
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing32
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing33
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing34
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing35
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing36
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing37
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing38
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing39
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing40
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing41
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing42
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing43
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing44
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing45
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing46
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing47
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing48
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC16bitDescriptorindexing49
,
"dEQP-VK.ubo.random.16bit.descriptor_indexing.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes0
,
"dEQP-VK.ubo.random.8bit.scalar_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes1
,
"dEQP-VK.ubo.random.8bit.scalar_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes2
,
"dEQP-VK.ubo.random.8bit.scalar_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes3
,
"dEQP-VK.ubo.random.8bit.scalar_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes4
,
"dEQP-VK.ubo.random.8bit.scalar_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes5
,
"dEQP-VK.ubo.random.8bit.scalar_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes6
,
"dEQP-VK.ubo.random.8bit.scalar_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes7
,
"dEQP-VK.ubo.random.8bit.scalar_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes8
,
"dEQP-VK.ubo.random.8bit.scalar_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes9
,
"dEQP-VK.ubo.random.8bit.scalar_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes10
,
"dEQP-VK.ubo.random.8bit.scalar_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes11
,
"dEQP-VK.ubo.random.8bit.scalar_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes12
,
"dEQP-VK.ubo.random.8bit.scalar_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes13
,
"dEQP-VK.ubo.random.8bit.scalar_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes14
,
"dEQP-VK.ubo.random.8bit.scalar_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes15
,
"dEQP-VK.ubo.random.8bit.scalar_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes16
,
"dEQP-VK.ubo.random.8bit.scalar_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes17
,
"dEQP-VK.ubo.random.8bit.scalar_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes18
,
"dEQP-VK.ubo.random.8bit.scalar_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes19
,
"dEQP-VK.ubo.random.8bit.scalar_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes20
,
"dEQP-VK.ubo.random.8bit.scalar_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes21
,
"dEQP-VK.ubo.random.8bit.scalar_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes22
,
"dEQP-VK.ubo.random.8bit.scalar_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes23
,
"dEQP-VK.ubo.random.8bit.scalar_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalartypes24
,
"dEQP-VK.ubo.random.8bit.scalar_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes0
,
"dEQP-VK.ubo.random.8bit.vector_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes1
,
"dEQP-VK.ubo.random.8bit.vector_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes2
,
"dEQP-VK.ubo.random.8bit.vector_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes3
,
"dEQP-VK.ubo.random.8bit.vector_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes4
,
"dEQP-VK.ubo.random.8bit.vector_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes5
,
"dEQP-VK.ubo.random.8bit.vector_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes6
,
"dEQP-VK.ubo.random.8bit.vector_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes7
,
"dEQP-VK.ubo.random.8bit.vector_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes8
,
"dEQP-VK.ubo.random.8bit.vector_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes9
,
"dEQP-VK.ubo.random.8bit.vector_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes10
,
"dEQP-VK.ubo.random.8bit.vector_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes11
,
"dEQP-VK.ubo.random.8bit.vector_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes12
,
"dEQP-VK.ubo.random.8bit.vector_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes13
,
"dEQP-VK.ubo.random.8bit.vector_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes14
,
"dEQP-VK.ubo.random.8bit.vector_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes15
,
"dEQP-VK.ubo.random.8bit.vector_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes16
,
"dEQP-VK.ubo.random.8bit.vector_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes17
,
"dEQP-VK.ubo.random.8bit.vector_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes18
,
"dEQP-VK.ubo.random.8bit.vector_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes19
,
"dEQP-VK.ubo.random.8bit.vector_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes20
,
"dEQP-VK.ubo.random.8bit.vector_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes21
,
"dEQP-VK.ubo.random.8bit.vector_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes22
,
"dEQP-VK.ubo.random.8bit.vector_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes23
,
"dEQP-VK.ubo.random.8bit.vector_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitVectortypes24
,
"dEQP-VK.ubo.random.8bit.vector_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes0
,
"dEQP-VK.ubo.random.8bit.basic_types.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes1
,
"dEQP-VK.ubo.random.8bit.basic_types.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes2
,
"dEQP-VK.ubo.random.8bit.basic_types.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes3
,
"dEQP-VK.ubo.random.8bit.basic_types.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes4
,
"dEQP-VK.ubo.random.8bit.basic_types.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes5
,
"dEQP-VK.ubo.random.8bit.basic_types.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes6
,
"dEQP-VK.ubo.random.8bit.basic_types.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes7
,
"dEQP-VK.ubo.random.8bit.basic_types.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes8
,
"dEQP-VK.ubo.random.8bit.basic_types.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes9
,
"dEQP-VK.ubo.random.8bit.basic_types.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes10
,
"dEQP-VK.ubo.random.8bit.basic_types.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes11
,
"dEQP-VK.ubo.random.8bit.basic_types.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes12
,
"dEQP-VK.ubo.random.8bit.basic_types.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes13
,
"dEQP-VK.ubo.random.8bit.basic_types.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes14
,
"dEQP-VK.ubo.random.8bit.basic_types.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes15
,
"dEQP-VK.ubo.random.8bit.basic_types.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes16
,
"dEQP-VK.ubo.random.8bit.basic_types.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes17
,
"dEQP-VK.ubo.random.8bit.basic_types.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes18
,
"dEQP-VK.ubo.random.8bit.basic_types.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes19
,
"dEQP-VK.ubo.random.8bit.basic_types.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes20
,
"dEQP-VK.ubo.random.8bit.basic_types.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes21
,
"dEQP-VK.ubo.random.8bit.basic_types.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes22
,
"dEQP-VK.ubo.random.8bit.basic_types.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes23
,
"dEQP-VK.ubo.random.8bit.basic_types.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasictypes24
,
"dEQP-VK.ubo.random.8bit.basic_types.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays0
,
"dEQP-VK.ubo.random.8bit.basic_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays1
,
"dEQP-VK.ubo.random.8bit.basic_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays2
,
"dEQP-VK.ubo.random.8bit.basic_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays3
,
"dEQP-VK.ubo.random.8bit.basic_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays4
,
"dEQP-VK.ubo.random.8bit.basic_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays5
,
"dEQP-VK.ubo.random.8bit.basic_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays6
,
"dEQP-VK.ubo.random.8bit.basic_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays7
,
"dEQP-VK.ubo.random.8bit.basic_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays8
,
"dEQP-VK.ubo.random.8bit.basic_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays9
,
"dEQP-VK.ubo.random.8bit.basic_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays10
,
"dEQP-VK.ubo.random.8bit.basic_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays11
,
"dEQP-VK.ubo.random.8bit.basic_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays12
,
"dEQP-VK.ubo.random.8bit.basic_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays13
,
"dEQP-VK.ubo.random.8bit.basic_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays14
,
"dEQP-VK.ubo.random.8bit.basic_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays15
,
"dEQP-VK.ubo.random.8bit.basic_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays16
,
"dEQP-VK.ubo.random.8bit.basic_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays17
,
"dEQP-VK.ubo.random.8bit.basic_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays18
,
"dEQP-VK.ubo.random.8bit.basic_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays19
,
"dEQP-VK.ubo.random.8bit.basic_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays20
,
"dEQP-VK.ubo.random.8bit.basic_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays21
,
"dEQP-VK.ubo.random.8bit.basic_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays22
,
"dEQP-VK.ubo.random.8bit.basic_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays23
,
"dEQP-VK.ubo.random.8bit.basic_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicarrays24
,
"dEQP-VK.ubo.random.8bit.basic_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays0
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays1
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays2
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays3
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays4
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays5
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays6
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays7
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays8
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays9
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays10
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays11
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays12
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays13
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays14
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays15
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays16
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays17
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays18
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays19
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays20
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays21
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays22
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays23
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitBasicinstancearrays24
,
"dEQP-VK.ubo.random.8bit.basic_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs0
,
"dEQP-VK.ubo.random.8bit.nested_structs.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs1
,
"dEQP-VK.ubo.random.8bit.nested_structs.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs2
,
"dEQP-VK.ubo.random.8bit.nested_structs.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs3
,
"dEQP-VK.ubo.random.8bit.nested_structs.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs4
,
"dEQP-VK.ubo.random.8bit.nested_structs.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs5
,
"dEQP-VK.ubo.random.8bit.nested_structs.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs6
,
"dEQP-VK.ubo.random.8bit.nested_structs.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs7
,
"dEQP-VK.ubo.random.8bit.nested_structs.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs8
,
"dEQP-VK.ubo.random.8bit.nested_structs.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs9
,
"dEQP-VK.ubo.random.8bit.nested_structs.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs10
,
"dEQP-VK.ubo.random.8bit.nested_structs.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs11
,
"dEQP-VK.ubo.random.8bit.nested_structs.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs12
,
"dEQP-VK.ubo.random.8bit.nested_structs.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs13
,
"dEQP-VK.ubo.random.8bit.nested_structs.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs14
,
"dEQP-VK.ubo.random.8bit.nested_structs.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs15
,
"dEQP-VK.ubo.random.8bit.nested_structs.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs16
,
"dEQP-VK.ubo.random.8bit.nested_structs.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs17
,
"dEQP-VK.ubo.random.8bit.nested_structs.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs18
,
"dEQP-VK.ubo.random.8bit.nested_structs.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs19
,
"dEQP-VK.ubo.random.8bit.nested_structs.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs20
,
"dEQP-VK.ubo.random.8bit.nested_structs.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs21
,
"dEQP-VK.ubo.random.8bit.nested_structs.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs22
,
"dEQP-VK.ubo.random.8bit.nested_structs.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs23
,
"dEQP-VK.ubo.random.8bit.nested_structs.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructs24
,
"dEQP-VK.ubo.random.8bit.nested_structs.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays0
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays1
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays2
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays3
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays4
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays5
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays6
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays7
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays8
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays9
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays10
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays11
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays12
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays13
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays14
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays15
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays16
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays17
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays18
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays19
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays20
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays21
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays22
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays23
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarrays24
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays0
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays1
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays2
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays3
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays4
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays5
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays6
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays7
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays8
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays9
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays10
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays11
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays12
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays13
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays14
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays15
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays16
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays17
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays18
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays19
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays20
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays21
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays22
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays23
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsinstancearrays24
,
"dEQP-VK.ubo.random.8bit.nested_structs_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays0
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays1
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays2
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays3
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays4
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays5
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays6
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays7
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays8
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays9
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays10
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays11
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays12
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays13
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays14
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays15
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays16
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays17
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays18
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays19
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays20
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays21
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays22
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays23
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitNestedstructsarraysinstancearrays24
,
"dEQP-VK.ubo.random.8bit.nested_structs_arrays_instance_arrays.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers0
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers1
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers2
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers3
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers4
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers5
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers6
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers7
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers8
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers9
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers10
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers11
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers12
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers13
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers14
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers15
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers16
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers17
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers18
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers19
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers20
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers21
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers22
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers23
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers24
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers25
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers26
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers27
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers28
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers29
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers30
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers31
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers32
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers33
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers34
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers35
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers36
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers37
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers38
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers39
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers40
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers41
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers42
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers43
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers44
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers45
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers46
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers47
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers48
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllperblockbuffers49
,
"dEQP-VK.ubo.random.8bit.all_per_block_buffers.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer0
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer1
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer2
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer3
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer4
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer5
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer6
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer7
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer8
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer9
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer10
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer11
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer12
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer13
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer14
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer15
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer16
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer17
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer18
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer19
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer20
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer21
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer22
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer23
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer24
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer25
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer26
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer27
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer28
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer29
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer30
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer31
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer32
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer33
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer34
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer35
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer36
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer37
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer38
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer39
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer40
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer41
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer42
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer43
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer44
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer45
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer46
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer47
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer48
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAllsharedbuffer49
,
"dEQP-VK.ubo.random.8bit.all_shared_buffer.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets0
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets1
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets2
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets3
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets4
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets5
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets6
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets7
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets8
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets9
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets10
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets11
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets12
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets13
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets14
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets15
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets16
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets17
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets18
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets19
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets20
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets21
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets22
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets23
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets24
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets25
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets26
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets27
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets28
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets29
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets30
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets31
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets32
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets33
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets34
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets35
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets36
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets37
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets38
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets39
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets40
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets41
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets42
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets43
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets44
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets45
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets46
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets47
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets48
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitAlloutoforderoffsets49
,
"dEQP-VK.ubo.random.8bit.all_out_of_order_offsets.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar0
,
"dEQP-VK.ubo.random.8bit.scalar.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar1
,
"dEQP-VK.ubo.random.8bit.scalar.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar2
,
"dEQP-VK.ubo.random.8bit.scalar.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar3
,
"dEQP-VK.ubo.random.8bit.scalar.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar4
,
"dEQP-VK.ubo.random.8bit.scalar.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar5
,
"dEQP-VK.ubo.random.8bit.scalar.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar6
,
"dEQP-VK.ubo.random.8bit.scalar.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar7
,
"dEQP-VK.ubo.random.8bit.scalar.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar8
,
"dEQP-VK.ubo.random.8bit.scalar.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar9
,
"dEQP-VK.ubo.random.8bit.scalar.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar10
,
"dEQP-VK.ubo.random.8bit.scalar.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar11
,
"dEQP-VK.ubo.random.8bit.scalar.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar12
,
"dEQP-VK.ubo.random.8bit.scalar.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar13
,
"dEQP-VK.ubo.random.8bit.scalar.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar14
,
"dEQP-VK.ubo.random.8bit.scalar.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar15
,
"dEQP-VK.ubo.random.8bit.scalar.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar16
,
"dEQP-VK.ubo.random.8bit.scalar.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar17
,
"dEQP-VK.ubo.random.8bit.scalar.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar18
,
"dEQP-VK.ubo.random.8bit.scalar.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar19
,
"dEQP-VK.ubo.random.8bit.scalar.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar20
,
"dEQP-VK.ubo.random.8bit.scalar.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar21
,
"dEQP-VK.ubo.random.8bit.scalar.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar22
,
"dEQP-VK.ubo.random.8bit.scalar.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar23
,
"dEQP-VK.ubo.random.8bit.scalar.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar24
,
"dEQP-VK.ubo.random.8bit.scalar.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar25
,
"dEQP-VK.ubo.random.8bit.scalar.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar26
,
"dEQP-VK.ubo.random.8bit.scalar.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar27
,
"dEQP-VK.ubo.random.8bit.scalar.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar28
,
"dEQP-VK.ubo.random.8bit.scalar.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar29
,
"dEQP-VK.ubo.random.8bit.scalar.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar30
,
"dEQP-VK.ubo.random.8bit.scalar.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar31
,
"dEQP-VK.ubo.random.8bit.scalar.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar32
,
"dEQP-VK.ubo.random.8bit.scalar.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar33
,
"dEQP-VK.ubo.random.8bit.scalar.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar34
,
"dEQP-VK.ubo.random.8bit.scalar.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar35
,
"dEQP-VK.ubo.random.8bit.scalar.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar36
,
"dEQP-VK.ubo.random.8bit.scalar.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar37
,
"dEQP-VK.ubo.random.8bit.scalar.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar38
,
"dEQP-VK.ubo.random.8bit.scalar.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar39
,
"dEQP-VK.ubo.random.8bit.scalar.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar40
,
"dEQP-VK.ubo.random.8bit.scalar.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar41
,
"dEQP-VK.ubo.random.8bit.scalar.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar42
,
"dEQP-VK.ubo.random.8bit.scalar.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar43
,
"dEQP-VK.ubo.random.8bit.scalar.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar44
,
"dEQP-VK.ubo.random.8bit.scalar.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar45
,
"dEQP-VK.ubo.random.8bit.scalar.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar46
,
"dEQP-VK.ubo.random.8bit.scalar.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar47
,
"dEQP-VK.ubo.random.8bit.scalar.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar48
,
"dEQP-VK.ubo.random.8bit.scalar.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar49
,
"dEQP-VK.ubo.random.8bit.scalar.49*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar50
,
"dEQP-VK.ubo.random.8bit.scalar.50*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar51
,
"dEQP-VK.ubo.random.8bit.scalar.51*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar52
,
"dEQP-VK.ubo.random.8bit.scalar.52*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar53
,
"dEQP-VK.ubo.random.8bit.scalar.53*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar54
,
"dEQP-VK.ubo.random.8bit.scalar.54*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar55
,
"dEQP-VK.ubo.random.8bit.scalar.55*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar56
,
"dEQP-VK.ubo.random.8bit.scalar.56*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar57
,
"dEQP-VK.ubo.random.8bit.scalar.57*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar58
,
"dEQP-VK.ubo.random.8bit.scalar.58*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar59
,
"dEQP-VK.ubo.random.8bit.scalar.59*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar60
,
"dEQP-VK.ubo.random.8bit.scalar.60*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar61
,
"dEQP-VK.ubo.random.8bit.scalar.61*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar62
,
"dEQP-VK.ubo.random.8bit.scalar.62*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar63
,
"dEQP-VK.ubo.random.8bit.scalar.63*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar64
,
"dEQP-VK.ubo.random.8bit.scalar.64*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar65
,
"dEQP-VK.ubo.random.8bit.scalar.65*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar66
,
"dEQP-VK.ubo.random.8bit.scalar.66*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar67
,
"dEQP-VK.ubo.random.8bit.scalar.67*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar68
,
"dEQP-VK.ubo.random.8bit.scalar.68*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar69
,
"dEQP-VK.ubo.random.8bit.scalar.69*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar70
,
"dEQP-VK.ubo.random.8bit.scalar.70*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar71
,
"dEQP-VK.ubo.random.8bit.scalar.71*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar72
,
"dEQP-VK.ubo.random.8bit.scalar.72*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar73
,
"dEQP-VK.ubo.random.8bit.scalar.73*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar74
,
"dEQP-VK.ubo.random.8bit.scalar.74*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar75
,
"dEQP-VK.ubo.random.8bit.scalar.75*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar76
,
"dEQP-VK.ubo.random.8bit.scalar.76*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar77
,
"dEQP-VK.ubo.random.8bit.scalar.77*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar78
,
"dEQP-VK.ubo.random.8bit.scalar.78*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar79
,
"dEQP-VK.ubo.random.8bit.scalar.79*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar80
,
"dEQP-VK.ubo.random.8bit.scalar.80*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar81
,
"dEQP-VK.ubo.random.8bit.scalar.81*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar82
,
"dEQP-VK.ubo.random.8bit.scalar.82*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar83
,
"dEQP-VK.ubo.random.8bit.scalar.83*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar84
,
"dEQP-VK.ubo.random.8bit.scalar.84*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar85
,
"dEQP-VK.ubo.random.8bit.scalar.85*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar86
,
"dEQP-VK.ubo.random.8bit.scalar.86*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar87
,
"dEQP-VK.ubo.random.8bit.scalar.87*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar88
,
"dEQP-VK.ubo.random.8bit.scalar.88*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar89
,
"dEQP-VK.ubo.random.8bit.scalar.89*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar90
,
"dEQP-VK.ubo.random.8bit.scalar.90*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar91
,
"dEQP-VK.ubo.random.8bit.scalar.91*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar92
,
"dEQP-VK.ubo.random.8bit.scalar.92*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar93
,
"dEQP-VK.ubo.random.8bit.scalar.93*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar94
,
"dEQP-VK.ubo.random.8bit.scalar.94*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar95
,
"dEQP-VK.ubo.random.8bit.scalar.95*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar96
,
"dEQP-VK.ubo.random.8bit.scalar.96*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar97
,
"dEQP-VK.ubo.random.8bit.scalar.97*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar98
,
"dEQP-VK.ubo.random.8bit.scalar.98*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitScalar99
,
"dEQP-VK.ubo.random.8bit.scalar.99*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing0
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.0*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing1
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.1*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing2
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.2*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing3
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.3*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing4
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.4*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing5
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.5*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing6
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.6*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing7
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.7*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing8
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.8*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing9
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.9*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing10
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.10*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing11
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.11*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing12
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.12*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing13
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.13*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing14
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.14*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing15
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.15*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing16
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.16*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing17
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.17*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing18
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.18*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing19
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.19*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing20
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.20*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing21
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.21*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing22
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.22*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing23
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.23*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing24
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.24*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing25
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.25*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing26
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.26*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing27
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.27*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing28
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.28*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing29
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.29*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing30
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.30*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing31
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.31*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing32
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.32*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing33
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.33*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing34
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.34*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing35
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.35*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing36
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.36*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing37
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.37*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing38
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.38*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing39
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.39*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing40
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.40*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing41
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.41*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing42
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.42*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing43
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.43*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing44
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.44*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing45
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.45*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing46
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.46*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing47
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.47*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing48
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.48*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0008TS
,
TC8bitDescriptorindexing49
,
"dEQP-VK.ubo.random.8bit.descriptor_indexing.49*"
);
graphic/vulkan/src/ubo/ubo/Ubo_single_nested_structTestCase.cpp
0 → 100644
浏览文件 @
4c7f7979
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../UboBaseFunc.h"
#include "../ActsUbo0007TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140vertex
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140fragment
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140both
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140vertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140fragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140bothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140instancearrayvertex
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140instancearrayfragment
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140instancearrayboth
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430vertex
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430fragment
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430both
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430vertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430fragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430bothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430instancearrayvertex
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430instancearrayfragment
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430instancearrayboth
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarvertex
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarfragment
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarboth
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarbothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarinstancearrayboth
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSPerblockbufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.per_block_buffer.scalar_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd140instancearrayvertex
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd140instancearrayfragment
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd140instancearrayboth
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd430instancearrayvertex
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd430instancearrayfragment
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd430instancearrayboth
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferScalarinstancearrayboth
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0007TS
,
TCSNSSinglebufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.single_nested_struct.single_buffer.scalar_instance_array_both_comp_access*"
);
graphic/vulkan/src/ubo/ubo/Ubo_single_structTestCase.cpp
0 → 100644
浏览文件 @
4c7f7979
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../UboBaseFunc.h"
#include "../ActsUbo0005TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140vertex
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140fragment
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140both
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140vertexcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140fragmentcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140bothcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140instancearrayvertex
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140instancearrayfragment
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140instancearrayboth
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430vertex
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430fragment
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430both
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430vertexcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430fragmentcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430bothcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430instancearrayvertex
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430instancearrayfragment
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430instancearrayboth
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarvertex
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarfragment
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarboth
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarvertexcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarbothcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarinstancearrayboth
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSPerblockbufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct.per_block_buffer.scalar_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd140instancearrayvertex
,
"dEQP-VK.ubo.single_struct.single_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd140instancearrayfragment
,
"dEQP-VK.ubo.single_struct.single_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd140instancearrayboth
,
"dEQP-VK.ubo.single_struct.single_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd430instancearrayvertex
,
"dEQP-VK.ubo.single_struct.single_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd430instancearrayfragment
,
"dEQP-VK.ubo.single_struct.single_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd430instancearrayboth
,
"dEQP-VK.ubo.single_struct.single_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.single_struct.single_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.single_struct.single_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferScalarinstancearrayboth
,
"dEQP-VK.ubo.single_struct.single_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0005TS
,
TCSSSinglebufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct.single_buffer.scalar_instance_array_both_comp_access*"
);
graphic/vulkan/src/ubo/ubo/Ubo_single_struct_arrayTestCase.cpp
0 → 100644
浏览文件 @
4c7f7979
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../UboBaseFunc.h"
#include "../ActsUbo0006TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140vertex
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140fragment
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140both
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140vertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140fragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140bothcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140instancearrayvertex
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140instancearrayfragment
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140instancearrayboth
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430vertex
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430fragment
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430both
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430vertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430fragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430bothcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430instancearrayvertex
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430instancearrayfragment
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430instancearrayboth
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarvertex
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarfragment
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarboth
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarbothcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarinstancearrayboth
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSAPerblockbufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct_array.per_block_buffer.scalar_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd140instancearrayvertex
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std140_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd140instancearrayfragment
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std140_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd140instancearrayboth
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std140_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd140instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std140_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd140instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std140_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd140instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std140_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd430instancearrayvertex
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std430_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd430instancearrayfragment
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std430_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd430instancearrayboth
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std430_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd430instancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std430_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd430instancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std430_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferStd430instancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.std430_instance_array_both_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferScalarinstancearrayvertex
,
"dEQP-VK.ubo.single_struct_array.single_buffer.scalar_instance_array_vertex*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferScalarinstancearrayfragment
,
"dEQP-VK.ubo.single_struct_array.single_buffer.scalar_instance_array_fragment*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferScalarinstancearrayboth
,
"dEQP-VK.ubo.single_struct_array.single_buffer.scalar_instance_array_both*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferScalarinstancearrayvertexcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.scalar_instance_array_vertex_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferScalarinstancearrayfragmentcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.scalar_instance_array_fragment_comp_access*"
);
static
SHRINK_HWTEST_F
(
ActsUbo0006TS
,
TCSSASinglebufferScalarinstancearraybothcompaccess
,
"dEQP-VK.ubo.single_struct_array.single_buffer.scalar_instance_array_both_comp_access*"
);
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录