Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
38a9637e
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看板
提交
38a9637e
编写于
8月 30, 2023
作者:
W
wangshi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
"add vulkan cases commit texture and ubo testcases for vulkan"
Signed-off-by:
N
wangshi
<
wangshi@kaihong.com
>
上级
e92dad82
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
1749 addition
and
0 deletion
+1749
-0
graphic/vulkan/src/texture/texture/Texture_compressedTestCase.cpp
...vulkan/src/texture/texture/Texture_compressedTestCase.cpp
+456
-0
graphic/vulkan/src/texture/texture/Texture_mipmapTestCase.cpp
...hic/vulkan/src/texture/texture/Texture_mipmapTestCase.cpp
+260
-0
graphic/vulkan/src/texture/texture/Texture_swizzle04TestCase.cpp
.../vulkan/src/texture/texture/Texture_swizzle04TestCase.cpp
+1033
-0
未找到文件。
graphic/vulkan/src/texture/texture/Texture_compressedTestCase.cpp
0 → 100644
浏览文件 @
38a9637e
/*
* 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 "../TextureBaseFunc.h"
#include "../ActsTexture0004TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8unormblock2dpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8srgbblock2dpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1unormblock2dpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1srgbblock2dpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8unormblock2dpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8srgbblock2dpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11unormblock2dpot
,
"dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11snormblock2dpot
,
"dEQP-VK.texture.compressed.eac_r11_snorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11snormblock2dpotsparse
,
"dEQP-VK.texture.compressed.eac_r11_snorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11unormblock2dpot
,
"dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11snormblock2dpot
,
"dEQP-VK.texture.compressed.eac_r11g11_snorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11snormblock2dpotsparse
,
"dEQP-VK.texture.compressed.eac_r11g11_snorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_4x4_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_4x4_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_5x4_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_5x4_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_5x5_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_5x5_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_5x5_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_5x5_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_6x5_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_6x5_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_6x5_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_6x5_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_6x6_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_6x6_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_6x6_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_6x6_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_8x5_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_8x5_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_8x5_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_8x5_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_8x6_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_8x6_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_8x6_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_8x6_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_8x8_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_8x8_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_8x8_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_8x8_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x5_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x5_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x5_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x5_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x6_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x6_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x6_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x6_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x8_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x8_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x8_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x8_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x10_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x10_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_10x10_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_10x10_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_12x10_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_12x10_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_12x10_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_12x10_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12unormblock2dpot
,
"dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12srgbblock2dpot
,
"dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbunormblock2dpot
,
"dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbunormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbsrgbblock2dpot
,
"dEQP-VK.texture.compressed.bc1_rgb_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbsrgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgb_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbaunormblock2dpot
,
"dEQP-VK.texture.compressed.bc1_rgba_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbaunormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgba_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbasrgbblock2dpot
,
"dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbasrgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2unormblock2dpot
,
"dEQP-VK.texture.compressed.bc2_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc2_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2srgbblock2dpot
,
"dEQP-VK.texture.compressed.bc2_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc2_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3unormblock2dpot
,
"dEQP-VK.texture.compressed.bc3_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc3_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3srgbblock2dpot
,
"dEQP-VK.texture.compressed.bc3_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc3_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4unormblock2dpot
,
"dEQP-VK.texture.compressed.bc4_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc4_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4snormblock2dpot
,
"dEQP-VK.texture.compressed.bc4_snorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4snormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc4_snorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5unormblock2dpot
,
"dEQP-VK.texture.compressed.bc5_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc5_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5snormblock2dpot
,
"dEQP-VK.texture.compressed.bc5_snorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5snormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc5_snorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hufloatblock2dpot
,
"dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hufloatblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hsfloatblock2dpot
,
"dEQP-VK.texture.compressed.bc6h_sfloat_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hsfloatblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc6h_sfloat_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7unormblock2dpot
,
"dEQP-VK.texture.compressed.bc7_unorm_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7unormblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc7_unorm_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7srgbblock2dpot
,
"dEQP-VK.texture.compressed.bc7_srgb_block_2d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7srgbblock2dpotsparse
,
"dEQP-VK.texture.compressed.bc7_srgb_block_2d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8unormblock2dnpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8srgbblock2dnpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1unormblock2dnpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1srgbblock2dnpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a1srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a1_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8unormblock2dnpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8srgbblock2dnpot
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEtc2r8g8b8a8srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.etc2_r8g8b8a8_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11unormblock2dnpot
,
"dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11snormblock2dnpot
,
"dEQP-VK.texture.compressed.eac_r11_snorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11snormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.eac_r11_snorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11unormblock2dnpot
,
"dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11snormblock2dnpot
,
"dEQP-VK.texture.compressed.eac_r11g11_snorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCEacr11g11snormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.eac_r11g11_snorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_4x4_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc4x4srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_4x4_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_5x4_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x4srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_5x4_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_5x5_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_5x5_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_5x5_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc5x5srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_5x5_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_6x5_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_6x5_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_6x5_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x5srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_6x5_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_6x6_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_6x6_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_6x6_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc6x6srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_6x6_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_8x5_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_8x5_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_8x5_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x5srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_8x5_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_8x6_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_8x6_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_8x6_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x6srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_8x6_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_8x8_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_8x8_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_8x8_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc8x8srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_8x8_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x5_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x5_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x5_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x5srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x5_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x6_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x6_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x6_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x6srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x6_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x8_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x8_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x8_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x8srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x8_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x10_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x10_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_10x10_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc10x10srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_10x10_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_12x10_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_12x10_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_12x10_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x10srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_12x10_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12unormblock2dnpot
,
"dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12srgbblock2dnpot
,
"dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCAstc12x12srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbunormblock2dnpot
,
"dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbunormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbsrgbblock2dnpot
,
"dEQP-VK.texture.compressed.bc1_rgb_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbsrgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgb_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbaunormblock2dnpot
,
"dEQP-VK.texture.compressed.bc1_rgba_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbaunormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgba_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbasrgbblock2dnpot
,
"dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc1rgbasrgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2unormblock2dnpot
,
"dEQP-VK.texture.compressed.bc2_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc2_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2srgbblock2dnpot
,
"dEQP-VK.texture.compressed.bc2_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc2srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc2_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3unormblock2dnpot
,
"dEQP-VK.texture.compressed.bc3_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc3_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3srgbblock2dnpot
,
"dEQP-VK.texture.compressed.bc3_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc3srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc3_srgb_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4unormblock2dnpot
,
"dEQP-VK.texture.compressed.bc4_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc4_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4snormblock2dnpot
,
"dEQP-VK.texture.compressed.bc4_snorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc4snormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc4_snorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5unormblock2dnpot
,
"dEQP-VK.texture.compressed.bc5_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc5_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5snormblock2dnpot
,
"dEQP-VK.texture.compressed.bc5_snorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc5snormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc5_snorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hufloatblock2dnpot
,
"dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hufloatblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hsfloatblock2dnpot
,
"dEQP-VK.texture.compressed.bc6h_sfloat_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc6hsfloatblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc6h_sfloat_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7unormblock2dnpot
,
"dEQP-VK.texture.compressed.bc7_unorm_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7unormblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc7_unorm_block_2d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7srgbblock2dnpot
,
"dEQP-VK.texture.compressed.bc7_srgb_block_2d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0004TS
,
TCBc7srgbblock2dnpotsparse
,
"dEQP-VK.texture.compressed.bc7_srgb_block_2d_npot_sparse*"
);
graphic/vulkan/src/texture/texture/Texture_mipmapTestCase.cpp
0 → 100644
浏览文件 @
38a9637e
/*
* 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 "../TextureBaseFunc.h"
#include "../ActsTexture0001TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestclamp
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestclampnpot
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestclampnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_clamp_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestrepeat
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestrepeatnpot
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestrepeatnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_repeat_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestmirror
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestmirrornpot
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestnearestmirrornonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_nearest_mirror_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestclamp
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestclampnpot
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestclampnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_clamp_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestrepeat
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestrepeatnpot
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestrepeatnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_repeat_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestmirror
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestmirrornpot
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearnearestmirrornonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.linear_nearest_mirror_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearclamp
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearclampnpot
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearclampnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_clamp_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearrepeat
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearrepeatnpot
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearrepeatnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_repeat_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearmirror
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearmirrornpot
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicNearestlinearmirrornonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.nearest_linear_mirror_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearclamp
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearclampnpot
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearclampnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_clamp_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearrepeat
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearrepeatnpot
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearrepeatnonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_repeat_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearmirror
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearmirrornpot
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBasicLinearlinearmirrornonsquare
,
"dEQP-VK.texture.mipmap.2d.basic.linear_linear_mirror_non_square*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineNearestnearestclamp
,
"dEQP-VK.texture.mipmap.2d.affine.nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineNearestnearestrepeat
,
"dEQP-VK.texture.mipmap.2d.affine.nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineNearestnearestmirror
,
"dEQP-VK.texture.mipmap.2d.affine.nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineLinearnearestclamp
,
"dEQP-VK.texture.mipmap.2d.affine.linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineLinearnearestrepeat
,
"dEQP-VK.texture.mipmap.2d.affine.linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineLinearnearestmirror
,
"dEQP-VK.texture.mipmap.2d.affine.linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineNearestlinearclamp
,
"dEQP-VK.texture.mipmap.2d.affine.nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineNearestlinearrepeat
,
"dEQP-VK.texture.mipmap.2d.affine.nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineNearestlinearmirror
,
"dEQP-VK.texture.mipmap.2d.affine.nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineLinearlinearclamp
,
"dEQP-VK.texture.mipmap.2d.affine.linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineLinearlinearrepeat
,
"dEQP-VK.texture.mipmap.2d.affine.linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dAffineLinearlinearmirror
,
"dEQP-VK.texture.mipmap.2d.affine.linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedNearestnearestclamp
,
"dEQP-VK.texture.mipmap.2d.projected.nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedNearestnearestrepeat
,
"dEQP-VK.texture.mipmap.2d.projected.nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedNearestnearestmirror
,
"dEQP-VK.texture.mipmap.2d.projected.nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedLinearnearestclamp
,
"dEQP-VK.texture.mipmap.2d.projected.linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedLinearnearestrepeat
,
"dEQP-VK.texture.mipmap.2d.projected.linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedLinearnearestmirror
,
"dEQP-VK.texture.mipmap.2d.projected.linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedNearestlinearclamp
,
"dEQP-VK.texture.mipmap.2d.projected.nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedNearestlinearrepeat
,
"dEQP-VK.texture.mipmap.2d.projected.nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedNearestlinearmirror
,
"dEQP-VK.texture.mipmap.2d.projected.nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedLinearlinearclamp
,
"dEQP-VK.texture.mipmap.2d.projected.linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedLinearlinearrepeat
,
"dEQP-VK.texture.mipmap.2d.projected.linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dProjectedLinearlinearmirror
,
"dEQP-VK.texture.mipmap.2d.projected.linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBiasNearestnearest
,
"dEQP-VK.texture.mipmap.2d.bias.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBiasLinearnearest
,
"dEQP-VK.texture.mipmap.2d.bias.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBiasNearestlinear
,
"dEQP-VK.texture.mipmap.2d.bias.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBiasLinearlinear
,
"dEQP-VK.texture.mipmap.2d.bias.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMinlodNearestnearest
,
"dEQP-VK.texture.mipmap.2d.min_lod.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMinlodLinearnearest
,
"dEQP-VK.texture.mipmap.2d.min_lod.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMinlodNearestlinear
,
"dEQP-VK.texture.mipmap.2d.min_lod.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMinlodLinearlinear
,
"dEQP-VK.texture.mipmap.2d.min_lod.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlodNearestnearest
,
"dEQP-VK.texture.mipmap.2d.max_lod.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlodLinearnearest
,
"dEQP-VK.texture.mipmap.2d.max_lod.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlodNearestlinear
,
"dEQP-VK.texture.mipmap.2d.max_lod.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlodLinearlinear
,
"dEQP-VK.texture.mipmap.2d.max_lod.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBaselevelNearestnearest
,
"dEQP-VK.texture.mipmap.2d.base_level.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBaselevelLinearnearest
,
"dEQP-VK.texture.mipmap.2d.base_level.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBaselevelNearestlinear
,
"dEQP-VK.texture.mipmap.2d.base_level.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dBaselevelLinearlinear
,
"dEQP-VK.texture.mipmap.2d.base_level.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlevelNearestnearest
,
"dEQP-VK.texture.mipmap.2d.max_level.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlevelLinearnearest
,
"dEQP-VK.texture.mipmap.2d.max_level.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlevelNearestlinear
,
"dEQP-VK.texture.mipmap.2d.max_level.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dMaxlevelLinearlinear
,
"dEQP-VK.texture.mipmap.2d.max_level.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestnearestnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestnearestnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestnearestnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestnearestlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestnearestlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestnearestlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearnearestnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearnearestnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearnearestnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearnearestlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearnearestlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearnearestlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestlinearnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestlinearnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestlinearnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestlinearlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestlinearlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicNearestlinearlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearlinearnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearlinearnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearlinearnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearlinearlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearlinearlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBasicLinearlinearlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestnearestnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestnearestnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestnearestnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestnearestlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestnearestlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestnearestlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearnearestnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearnearestnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearnearestnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearnearestlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearnearestlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearnearestlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestlinearnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestlinearnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestlinearnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestlinearlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestlinearlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedNearestlinearlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearlinearnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearlinearnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearlinearnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearlinearlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearlinearlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapProjectedLinearlinearlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestnearestnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestnearestnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestnearestnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestnearestlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestnearestlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestnearestlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearnearestnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearnearestnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearnearestnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearnearestlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearnearestlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearnearestlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestlinearnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestlinearnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestlinearnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestlinearlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestlinearlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasNearestlinearlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearlinearnearestclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearlinearnearestrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearlinearnearestmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearlinearlinearclamp
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearlinearlinearrepeat
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBiasLinearlinearlinearmirror
,
"dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMinlodNearestnearest
,
"dEQP-VK.texture.mipmap.cubemap.min_lod.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMinlodLinearnearest
,
"dEQP-VK.texture.mipmap.cubemap.min_lod.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMinlodNearestlinear
,
"dEQP-VK.texture.mipmap.cubemap.min_lod.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMinlodLinearlinear
,
"dEQP-VK.texture.mipmap.cubemap.min_lod.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlodNearestnearest
,
"dEQP-VK.texture.mipmap.cubemap.max_lod.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlodLinearnearest
,
"dEQP-VK.texture.mipmap.cubemap.max_lod.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlodNearestlinear
,
"dEQP-VK.texture.mipmap.cubemap.max_lod.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlodLinearlinear
,
"dEQP-VK.texture.mipmap.cubemap.max_lod.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBaselevelNearestnearest
,
"dEQP-VK.texture.mipmap.cubemap.base_level.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBaselevelLinearnearest
,
"dEQP-VK.texture.mipmap.cubemap.base_level.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBaselevelNearestlinear
,
"dEQP-VK.texture.mipmap.cubemap.base_level.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapBaselevelLinearlinear
,
"dEQP-VK.texture.mipmap.cubemap.base_level.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlevelNearestnearest
,
"dEQP-VK.texture.mipmap.cubemap.max_level.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlevelLinearnearest
,
"dEQP-VK.texture.mipmap.cubemap.max_level.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlevelNearestlinear
,
"dEQP-VK.texture.mipmap.cubemap.max_level.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubemapMaxlevelLinearlinear
,
"dEQP-VK.texture.mipmap.cubemap.max_level.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestnearestclamp
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestnearestclampnpot
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_nearest_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestnearestrepeat
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestnearestrepeatnpot
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_nearest_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestnearestmirror
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestnearestmirrornpot
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_nearest_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearnearestclamp
,
"dEQP-VK.texture.mipmap.3d.basic.linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearnearestclampnpot
,
"dEQP-VK.texture.mipmap.3d.basic.linear_nearest_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearnearestrepeat
,
"dEQP-VK.texture.mipmap.3d.basic.linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearnearestrepeatnpot
,
"dEQP-VK.texture.mipmap.3d.basic.linear_nearest_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearnearestmirror
,
"dEQP-VK.texture.mipmap.3d.basic.linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearnearestmirrornpot
,
"dEQP-VK.texture.mipmap.3d.basic.linear_nearest_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestlinearclamp
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestlinearclampnpot
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_linear_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestlinearrepeat
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestlinearrepeatnpot
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_linear_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestlinearmirror
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicNearestlinearmirrornpot
,
"dEQP-VK.texture.mipmap.3d.basic.nearest_linear_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearlinearclamp
,
"dEQP-VK.texture.mipmap.3d.basic.linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearlinearclampnpot
,
"dEQP-VK.texture.mipmap.3d.basic.linear_linear_clamp_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearlinearrepeat
,
"dEQP-VK.texture.mipmap.3d.basic.linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearlinearrepeatnpot
,
"dEQP-VK.texture.mipmap.3d.basic.linear_linear_repeat_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearlinearmirror
,
"dEQP-VK.texture.mipmap.3d.basic.linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBasicLinearlinearmirrornpot
,
"dEQP-VK.texture.mipmap.3d.basic.linear_linear_mirror_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineNearestnearestclamp
,
"dEQP-VK.texture.mipmap.3d.affine.nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineNearestnearestrepeat
,
"dEQP-VK.texture.mipmap.3d.affine.nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineNearestnearestmirror
,
"dEQP-VK.texture.mipmap.3d.affine.nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineLinearnearestclamp
,
"dEQP-VK.texture.mipmap.3d.affine.linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineLinearnearestrepeat
,
"dEQP-VK.texture.mipmap.3d.affine.linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineLinearnearestmirror
,
"dEQP-VK.texture.mipmap.3d.affine.linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineNearestlinearclamp
,
"dEQP-VK.texture.mipmap.3d.affine.nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineNearestlinearrepeat
,
"dEQP-VK.texture.mipmap.3d.affine.nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineNearestlinearmirror
,
"dEQP-VK.texture.mipmap.3d.affine.nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineLinearlinearclamp
,
"dEQP-VK.texture.mipmap.3d.affine.linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineLinearlinearrepeat
,
"dEQP-VK.texture.mipmap.3d.affine.linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dAffineLinearlinearmirror
,
"dEQP-VK.texture.mipmap.3d.affine.linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedNearestnearestclamp
,
"dEQP-VK.texture.mipmap.3d.projected.nearest_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedNearestnearestrepeat
,
"dEQP-VK.texture.mipmap.3d.projected.nearest_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedNearestnearestmirror
,
"dEQP-VK.texture.mipmap.3d.projected.nearest_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedLinearnearestclamp
,
"dEQP-VK.texture.mipmap.3d.projected.linear_nearest_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedLinearnearestrepeat
,
"dEQP-VK.texture.mipmap.3d.projected.linear_nearest_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedLinearnearestmirror
,
"dEQP-VK.texture.mipmap.3d.projected.linear_nearest_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedNearestlinearclamp
,
"dEQP-VK.texture.mipmap.3d.projected.nearest_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedNearestlinearrepeat
,
"dEQP-VK.texture.mipmap.3d.projected.nearest_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedNearestlinearmirror
,
"dEQP-VK.texture.mipmap.3d.projected.nearest_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedLinearlinearclamp
,
"dEQP-VK.texture.mipmap.3d.projected.linear_linear_clamp*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedLinearlinearrepeat
,
"dEQP-VK.texture.mipmap.3d.projected.linear_linear_repeat*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dProjectedLinearlinearmirror
,
"dEQP-VK.texture.mipmap.3d.projected.linear_linear_mirror*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBiasNearestnearest
,
"dEQP-VK.texture.mipmap.3d.bias.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBiasLinearnearest
,
"dEQP-VK.texture.mipmap.3d.bias.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBiasNearestlinear
,
"dEQP-VK.texture.mipmap.3d.bias.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBiasLinearlinear
,
"dEQP-VK.texture.mipmap.3d.bias.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMinlodNearestnearest
,
"dEQP-VK.texture.mipmap.3d.min_lod.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMinlodLinearnearest
,
"dEQP-VK.texture.mipmap.3d.min_lod.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMinlodNearestlinear
,
"dEQP-VK.texture.mipmap.3d.min_lod.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMinlodLinearlinear
,
"dEQP-VK.texture.mipmap.3d.min_lod.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlodNearestnearest
,
"dEQP-VK.texture.mipmap.3d.max_lod.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlodLinearnearest
,
"dEQP-VK.texture.mipmap.3d.max_lod.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlodNearestlinear
,
"dEQP-VK.texture.mipmap.3d.max_lod.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlodLinearlinear
,
"dEQP-VK.texture.mipmap.3d.max_lod.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBaselevelNearestnearest
,
"dEQP-VK.texture.mipmap.3d.base_level.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBaselevelLinearnearest
,
"dEQP-VK.texture.mipmap.3d.base_level.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBaselevelNearestlinear
,
"dEQP-VK.texture.mipmap.3d.base_level.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dBaselevelLinearlinear
,
"dEQP-VK.texture.mipmap.3d.base_level.linear_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlevelNearestnearest
,
"dEQP-VK.texture.mipmap.3d.max_level.nearest_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlevelLinearnearest
,
"dEQP-VK.texture.mipmap.3d.max_level.linear_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlevelNearestlinear
,
"dEQP-VK.texture.mipmap.3d.max_level.nearest_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dMaxlevelLinearlinear
,
"dEQP-VK.texture.mipmap.3d.max_level.linear_linear*"
);
graphic/vulkan/src/texture/texture/Texture_swizzle04TestCase.cpp
0 → 100644
浏览文件 @
38a9637e
/*
* 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 "../TextureBaseFunc.h"
#include "../ActsTexture0007TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32uint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32sfloat2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32uint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32sfloat2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32uint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32sfloat2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32uint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sint2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingR32g32b32a32sfloat2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB10g11r11ufloatpack322dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingE5b9g9r9ufloatpack322dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB4g4r4a4unormpack162dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingB5g5r5a1unormpack162dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4r4g4b4unormpack16ext2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingA4b4g4r4unormpack16ext2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a1srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEtc2r8g8b8a8srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11snormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingEacr11g11snormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc4x4srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x4srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc5x5srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x5srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc6x6srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x5srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x6srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc8x8srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x5srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x6srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x8srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc10x10srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x10srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12unormblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotzzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotrrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotgggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotbbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotrgba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_abgr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparsezzzz
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_zzzz*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparseoooo
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_oooo*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparserrrr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rrrr*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparsegggg
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_gggg*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparsebbbb
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_bbbb*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparseaaaa
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_aaaa*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparsergba
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rgba*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparseiiii
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_iiii*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCComponentmappingAstc12x12srgbblock2dnpotsparseabgr
,
"dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_abgr*"
);
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录