Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
e2d6d4e9
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看板
提交
e2d6d4e9
编写于
8月 30, 2023
作者:
W
wangshi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
"add vulkan cases commit texture and ubo testcases for vulkan"
Signed-off-by:
N
wangshi
<
wangshi@kaihong.com
>
上级
38a9637e
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
1282 addition
and
0 deletion
+1282
-0
graphic/vulkan/src/texture/texture/Texture_compressed_3DTestCase.cpp
...kan/src/texture/texture/Texture_compressed_3DTestCase.cpp
+456
-0
graphic/vulkan/src/texture/texture/Texture_filteringTestCase.cpp
.../vulkan/src/texture/texture/Texture_filteringTestCase.cpp
+647
-0
graphic/vulkan/src/texture/texture/Texture_filtering_anisotropyTestCase.cpp
.../texture/texture/Texture_filtering_anisotropyTestCase.cpp
+152
-0
graphic/vulkan/src/texture/texture/Texture_subgroup_lodTestCase.cpp
...lkan/src/texture/texture/Texture_subgroup_lodTestCase.cpp
+27
-0
未找到文件。
graphic/vulkan/src/texture/texture/Texture_compressed_3DTestCase.cpp
0 → 100644
浏览文件 @
e2d6d4e9
/*
* 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 "../ActsTexture0005TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.eac_r11_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11snormblock3dpot
,
"dEQP-VK.texture.compressed_3D.eac_r11_snorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11snormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11_snorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11snormblock3dpot
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_snorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11snormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_snorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_4x4_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_4x4_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_4x4_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_4x4_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_5x4_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x4_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_5x4_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x4_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_5x5_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x5_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_5x5_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x5_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_6x5_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x5_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_6x5_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x5_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_6x6_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x6_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_6x6_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x6_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_8x5_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x5_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_8x5_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x5_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_8x6_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x6_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_8x6_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x6_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_8x8_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x8_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_8x8_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x8_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x5_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x5_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x5_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x5_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x6_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x6_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x6_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x6_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x8_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x8_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x8_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x8_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x10_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x10_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_10x10_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x10_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_12x10_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x10_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_12x10_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x10_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_12x12_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x12_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.astc_12x12_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x12_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbunormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbunormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbsrgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbsrgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbaunormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbaunormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbasrgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbasrgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc2_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc2_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc2_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc2_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc3_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc3_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc3_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc3_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc4_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc4_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4snormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc4_snorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4snormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc4_snorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc5_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc5_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5snormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc5_snorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5snormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc5_snorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hufloatblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc6h_ufloat_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hufloatblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc6h_ufloat_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hsfloatblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc6h_sfloat_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hsfloatblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc6h_sfloat_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7unormblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc7_unorm_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7unormblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc7_unorm_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7srgbblock3dpot
,
"dEQP-VK.texture.compressed_3D.bc7_srgb_block_3d_pot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7srgbblock3dpotsparse
,
"dEQP-VK.texture.compressed_3D.bc7_srgb_block_3d_pot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a1srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a1_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEtc2r8g8b8a8srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.etc2_r8g8b8a8_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.eac_r11_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11snormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.eac_r11_snorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11snormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11_snorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11snormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_snorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCEacr11g11snormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.eac_r11g11_snorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_4x4_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_4x4_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_4x4_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc4x4srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_4x4_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_5x4_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x4_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_5x4_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x4srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x4_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_5x5_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x5_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_5x5_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc5x5srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_5x5_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_6x5_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x5_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_6x5_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x5srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x5_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_6x6_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x6_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_6x6_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc6x6srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_6x6_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_8x5_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x5_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_8x5_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x5srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x5_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_8x6_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x6_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_8x6_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x6srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x6_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_8x8_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x8_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_8x8_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc8x8srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_8x8_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x5_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x5_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x5_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x5srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x5_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x6_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x6_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x6_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x6srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x6_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x8_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x8_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x8_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x8srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x8_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x10_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x10_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_10x10_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc10x10srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_10x10_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_12x10_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x10_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_12x10_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x10srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x10_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_12x12_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x12_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.astc_12x12_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCAstc12x12srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.astc_12x12_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbunormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbunormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbsrgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbsrgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgb_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbaunormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbaunormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbasrgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc1rgbasrgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc1_rgba_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc2_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc2_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc2_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc2srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc2_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc3_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc3_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc3_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc3srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc3_srgb_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc4_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc4_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4snormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc4_snorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc4snormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc4_snorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc5_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc5_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5snormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc5_snorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc5snormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc5_snorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hufloatblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc6h_ufloat_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hufloatblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc6h_ufloat_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hsfloatblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc6h_sfloat_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc6hsfloatblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc6h_sfloat_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7unormblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc7_unorm_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7unormblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc7_unorm_block_3d_npot_sparse*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7srgbblock3dnpot
,
"dEQP-VK.texture.compressed_3D.bc7_srgb_block_3d_npot*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0005TS
,
TCBc7srgbblock3dnpotsparse
,
"dEQP-VK.texture.compressed_3D.bc7_srgb_block_3d_npot_sparse*"
);
graphic/vulkan/src/texture/texture/Texture_filteringTestCase.cpp
0 → 100644
浏览文件 @
e2d6d4e9
/*
* 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
,
TC2dFormatsR16g16b16a16sfloatNearest
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatLinear
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatCubic
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR16g16b16a16sfloatCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatNearest
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatLinear
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatCubic
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsB10g11r11ufloatCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatNearest
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatLinear
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatCubic
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsE5b9g9r9ufloatCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.e5b9g9r9_ufloat.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormNearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormLinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormCubic
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR8g8b8a8snormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g6b5unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR10x6g10x6b10x6a10x6unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r10x6g10x6b10x6a10x6_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR4g4b4a4unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r4g4b4a4_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4r4g4b4unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a4r4g4b4_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA4b4g4r4unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a4b4g4r4_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsR5g5b5a1unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.r5g5b5a1_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbNearest
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbLinear
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbCubic
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA8b8g8r8srgbCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormNearest
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormLinear
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormCubic
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormCubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsA1r5g5b5unormCubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dFormatsS8uintNearest
,
"dEQP-VK.texture.filtering.2d.formats.s8_uint.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Linear
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Cubic
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Cubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes4x8Cubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.4x8.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Nearest
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Linear
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Cubic
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Cubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes32x64Cubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.32x64.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Nearest
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Linear
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Cubic
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Cubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes128x128Cubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.128x128.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Nearest
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Linear
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Cubic
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Cubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes3x7Cubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.3x7.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Nearest
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Linear
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Cubic
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Cubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes31x55Cubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.31x55.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Nearest
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Linear
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Cubic
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Cubicmipmapnearest
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.cubic_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dSizes127x99Cubicmipmaplinear
,
"dEQP-VK.texture.filtering.2d.sizes.127x99.cubic_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestNearest
,
"dEQP-VK.texture.filtering.2d.combinations.nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestLinear
,
"dEQP-VK.texture.filtering.2d.combinations.nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestCubic
,
"dEQP-VK.texture.filtering.2d.combinations.nearest.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearNearest
,
"dEQP-VK.texture.filtering.2d.combinations.linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearLinear
,
"dEQP-VK.texture.filtering.2d.combinations.linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearCubic
,
"dEQP-VK.texture.filtering.2d.combinations.linear.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicNearest
,
"dEQP-VK.texture.filtering.2d.combinations.cubic.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicLinear
,
"dEQP-VK.texture.filtering.2d.combinations.cubic.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicCubic
,
"dEQP-VK.texture.filtering.2d.combinations.cubic.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestmipmapnearestNearest
,
"dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestmipmapnearestLinear
,
"dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestmipmapnearestCubic
,
"dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_nearest.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearmipmapnearestNearest
,
"dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearmipmapnearestLinear
,
"dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearmipmapnearestCubic
,
"dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_nearest.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestmipmaplinearNearest
,
"dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestmipmaplinearLinear
,
"dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsNearestmipmaplinearCubic
,
"dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearmipmaplinearNearest
,
"dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearmipmaplinearLinear
,
"dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsLinearmipmaplinearCubic
,
"dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicmipmapnearestNearest
,
"dEQP-VK.texture.filtering.2d.combinations.cubic_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicmipmapnearestLinear
,
"dEQP-VK.texture.filtering.2d.combinations.cubic_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicmipmapnearestCubic
,
"dEQP-VK.texture.filtering.2d.combinations.cubic_mipmap_nearest.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicmipmaplinearNearest
,
"dEQP-VK.texture.filtering.2d.combinations.cubic_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicmipmaplinearLinear
,
"dEQP-VK.texture.filtering.2d.combinations.cubic_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2dCombinationsCubicmipmaplinearCubic
,
"dEQP-VK.texture.filtering.2d.combinations.cubic_mipmap_linear.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR16g16b16a16sfloatNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r16g16b16a16_sfloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR16g16b16a16sfloatLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r16g16b16a16_sfloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR16g16b16a16sfloatCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r16g16b16a16_sfloat.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsB10g11r11ufloatNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.b10g11r11_ufloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsB10g11r11ufloatLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.b10g11r11_ufloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsB10g11r11ufloatCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.b10g11r11_ufloat.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsE5b9g9r9ufloatNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.e5b9g9r9_ufloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsE5b9g9r9ufloatLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.e5b9g9r9_ufloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsE5b9g9r9ufloatCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.e5b9g9r9_ufloat.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR8g8b8a8unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r8g8b8a8_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR8g8b8a8unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r8g8b8a8_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR8g8b8a8unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r8g8b8a8_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR8g8b8a8snormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r8g8b8a8_snorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR8g8b8a8snormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r8g8b8a8_snorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR8g8b8a8snormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r8g8b8a8_snorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR5g6b5unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r5g6b5_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR5g6b5unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r5g6b5_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR5g6b5unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r5g6b5_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR10x6g10x6b10x6a10x6unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r10x6g10x6b10x6a10x6_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR10x6g10x6b10x6a10x6unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r10x6g10x6b10x6a10x6_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR10x6g10x6b10x6a10x6unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r10x6g10x6b10x6a10x6_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR4g4b4a4unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r4g4b4a4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR4g4b4a4unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r4g4b4a4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR4g4b4a4unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r4g4b4a4_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA4r4g4b4unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.a4r4g4b4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA4r4g4b4unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.a4r4g4b4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA4r4g4b4unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.a4r4g4b4_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA4b4g4r4unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.a4b4g4r4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA4b4g4r4unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.a4b4g4r4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA4b4g4r4unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.a4b4g4r4_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR5g5b5a1unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.r5g5b5a1_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR5g5b5a1unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.r5g5b5a1_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsR5g5b5a1unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.r5g5b5a1_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA8b8g8r8srgbNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.a8b8g8r8_srgb.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA8b8g8r8srgbLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.a8b8g8r8_srgb.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA8b8g8r8srgbCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.a8b8g8r8_srgb.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA1r5g5b5unormNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.a1r5g5b5_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA1r5g5b5unormLinear
,
"dEQP-VK.texture.filtering.unnormal.formats.a1r5g5b5_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsA1r5g5b5unormCubic
,
"dEQP-VK.texture.filtering.unnormal.formats.a1r5g5b5_unorm.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalFormatsS8uintNearest
,
"dEQP-VK.texture.filtering.unnormal.formats.s8_uint.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes4x8Linear
,
"dEQP-VK.texture.filtering.unnormal.sizes.4x8.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes4x8Cubic
,
"dEQP-VK.texture.filtering.unnormal.sizes.4x8.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes32x64Nearest
,
"dEQP-VK.texture.filtering.unnormal.sizes.32x64.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes32x64Linear
,
"dEQP-VK.texture.filtering.unnormal.sizes.32x64.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes32x64Cubic
,
"dEQP-VK.texture.filtering.unnormal.sizes.32x64.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes128x128Nearest
,
"dEQP-VK.texture.filtering.unnormal.sizes.128x128.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes128x128Linear
,
"dEQP-VK.texture.filtering.unnormal.sizes.128x128.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes128x128Cubic
,
"dEQP-VK.texture.filtering.unnormal.sizes.128x128.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes3x7Nearest
,
"dEQP-VK.texture.filtering.unnormal.sizes.3x7.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes3x7Linear
,
"dEQP-VK.texture.filtering.unnormal.sizes.3x7.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes3x7Cubic
,
"dEQP-VK.texture.filtering.unnormal.sizes.3x7.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes31x55Nearest
,
"dEQP-VK.texture.filtering.unnormal.sizes.31x55.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes31x55Linear
,
"dEQP-VK.texture.filtering.unnormal.sizes.31x55.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes31x55Cubic
,
"dEQP-VK.texture.filtering.unnormal.sizes.31x55.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes127x99Nearest
,
"dEQP-VK.texture.filtering.unnormal.sizes.127x99.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes127x99Linear
,
"dEQP-VK.texture.filtering.unnormal.sizes.127x99.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCUnnormalSizes127x99Cubic
,
"dEQP-VK.texture.filtering.unnormal.sizes.127x99.cubic*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR16g16b16a16sfloatNearest
,
"dEQP-VK.texture.filtering.cube.formats.r16g16b16a16_sfloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR16g16b16a16sfloatLinear
,
"dEQP-VK.texture.filtering.cube.formats.r16g16b16a16_sfloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR16g16b16a16sfloatNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r16g16b16a16_sfloat.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR16g16b16a16sfloatLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r16g16b16a16_sfloat.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR16g16b16a16sfloatNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r16g16b16a16_sfloat.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR16g16b16a16sfloatLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r16g16b16a16_sfloat.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsB10g11r11ufloatNearest
,
"dEQP-VK.texture.filtering.cube.formats.b10g11r11_ufloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsB10g11r11ufloatLinear
,
"dEQP-VK.texture.filtering.cube.formats.b10g11r11_ufloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsB10g11r11ufloatNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.b10g11r11_ufloat.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsB10g11r11ufloatLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.b10g11r11_ufloat.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsB10g11r11ufloatNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.b10g11r11_ufloat.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsB10g11r11ufloatLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.b10g11r11_ufloat.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsE5b9g9r9ufloatNearest
,
"dEQP-VK.texture.filtering.cube.formats.e5b9g9r9_ufloat.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsE5b9g9r9ufloatLinear
,
"dEQP-VK.texture.filtering.cube.formats.e5b9g9r9_ufloat.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsE5b9g9r9ufloatNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.e5b9g9r9_ufloat.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsE5b9g9r9ufloatLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.e5b9g9r9_ufloat.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsE5b9g9r9ufloatNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.e5b9g9r9_ufloat.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsE5b9g9r9ufloatLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.e5b9g9r9_ufloat.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8snormNearest
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8snormLinear
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8snormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8snormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8snormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR8g8b8a8snormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g6b5unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.r5g6b5_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g6b5unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.r5g6b5_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g6b5unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r5g6b5_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g6b5unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r5g6b5_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g6b5unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r5g6b5_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g6b5unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r5g6b5_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR10x6g10x6b10x6a10x6unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.r10x6g10x6b10x6a10x6_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR10x6g10x6b10x6a10x6unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.r10x6g10x6b10x6a10x6_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR10x6g10x6b10x6a10x6unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r10x6g10x6b10x6a10x6_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR10x6g10x6b10x6a10x6unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r10x6g10x6b10x6a10x6_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR10x6g10x6b10x6a10x6unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r10x6g10x6b10x6a10x6_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR10x6g10x6b10x6a10x6unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r10x6g10x6b10x6a10x6_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR4g4b4a4unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.r4g4b4a4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR4g4b4a4unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.r4g4b4a4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR4g4b4a4unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r4g4b4a4_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR4g4b4a4unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r4g4b4a4_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR4g4b4a4unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r4g4b4a4_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR4g4b4a4unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r4g4b4a4_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4r4g4b4unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.a4r4g4b4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4r4g4b4unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.a4r4g4b4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4r4g4b4unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a4r4g4b4_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4r4g4b4unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a4r4g4b4_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4r4g4b4unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a4r4g4b4_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4r4g4b4unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a4r4g4b4_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4b4g4r4unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.a4b4g4r4_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4b4g4r4unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.a4b4g4r4_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4b4g4r4unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a4b4g4r4_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4b4g4r4unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a4b4g4r4_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4b4g4r4unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a4b4g4r4_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA4b4g4r4unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a4b4g4r4_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g5b5a1unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.r5g5b5a1_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g5b5a1unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.r5g5b5a1_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g5b5a1unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r5g5b5a1_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g5b5a1unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.r5g5b5a1_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g5b5a1unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r5g5b5a1_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsR5g5b5a1unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.r5g5b5a1_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA8b8g8r8srgbNearest
,
"dEQP-VK.texture.filtering.cube.formats.a8b8g8r8_srgb.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA8b8g8r8srgbLinear
,
"dEQP-VK.texture.filtering.cube.formats.a8b8g8r8_srgb.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA8b8g8r8srgbNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a8b8g8r8_srgb.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA8b8g8r8srgbLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a8b8g8r8_srgb.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA8b8g8r8srgbNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a8b8g8r8_srgb.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA8b8g8r8srgbLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a8b8g8r8_srgb.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA1r5g5b5unormNearest
,
"dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA1r5g5b5unormLinear
,
"dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA1r5g5b5unormNearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA1r5g5b5unormLinearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA1r5g5b5unormNearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsA1r5g5b5unormLinearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeFormatsS8uintNearest
,
"dEQP-VK.texture.filtering.cube.formats.s8_uint.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes8x8Linear
,
"dEQP-VK.texture.filtering.cube.sizes.8x8.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes8x8Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.8x8.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes8x8Linearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.8x8.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes8x8Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.8x8.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes8x8Linearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.8x8.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes64x64Nearest
,
"dEQP-VK.texture.filtering.cube.sizes.64x64.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes64x64Linear
,
"dEQP-VK.texture.filtering.cube.sizes.64x64.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes64x64Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.64x64.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes64x64Linearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.64x64.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes64x64Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.64x64.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes64x64Linearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.64x64.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes128x128Nearest
,
"dEQP-VK.texture.filtering.cube.sizes.128x128.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes128x128Linear
,
"dEQP-VK.texture.filtering.cube.sizes.128x128.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes128x128Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.128x128.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes128x128Linearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.128x128.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes128x128Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.128x128.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes128x128Linearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.128x128.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes7x7Nearest
,
"dEQP-VK.texture.filtering.cube.sizes.7x7.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes7x7Linear
,
"dEQP-VK.texture.filtering.cube.sizes.7x7.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes7x7Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.7x7.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes7x7Linearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.7x7.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes7x7Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.7x7.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes7x7Linearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.7x7.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes63x63Nearest
,
"dEQP-VK.texture.filtering.cube.sizes.63x63.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes63x63Linear
,
"dEQP-VK.texture.filtering.cube.sizes.63x63.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes63x63Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.63x63.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes63x63Linearmipmapnearest
,
"dEQP-VK.texture.filtering.cube.sizes.63x63.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes63x63Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.63x63.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeSizes63x63Linearmipmaplinear
,
"dEQP-VK.texture.filtering.cube.sizes.63x63.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsNearestNearest
,
"dEQP-VK.texture.filtering.cube.combinations.nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsNearestLinear
,
"dEQP-VK.texture.filtering.cube.combinations.nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsLinearNearest
,
"dEQP-VK.texture.filtering.cube.combinations.linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsLinearLinear
,
"dEQP-VK.texture.filtering.cube.combinations.linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsNearestmipmapnearestNearest
,
"dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsNearestmipmapnearestLinear
,
"dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsLinearmipmapnearestNearest
,
"dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsLinearmipmapnearestLinear
,
"dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsNearestmipmaplinearNearest
,
"dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsNearestmipmaplinearLinear
,
"dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsLinearmipmaplinearNearest
,
"dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeCombinationsLinearmipmaplinearLinear
,
"dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeNoedgesvisibleNearest
,
"dEQP-VK.texture.filtering.cube.no_edges_visible.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TCCubeNoedgesvisibleLinear
,
"dEQP-VK.texture.filtering.cube.no_edges_visible.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR16g16b16a16sfloatR16g16b16a16sfloatnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR16g16b16a16sfloatR16g16b16a16sfloatlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR16g16b16a16sfloatR16g16b16a16sfloatnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR16g16b16a16sfloatR16g16b16a16sfloatlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR16g16b16a16sfloatR16g16b16a16sfloatnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR16g16b16a16sfloatR16g16b16a16sfloatlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsB10g11r11ufloatB10g11r11ufloatnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsB10g11r11ufloatB10g11r11ufloatlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsB10g11r11ufloatB10g11r11ufloatnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsB10g11r11ufloatB10g11r11ufloatlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsB10g11r11ufloatB10g11r11ufloatnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsB10g11r11ufloatB10g11r11ufloatlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsE5b9g9r9ufloatE5b9g9r9ufloatnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsE5b9g9r9ufloatE5b9g9r9ufloatlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsE5b9g9r9ufloatE5b9g9r9ufloatnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsE5b9g9r9ufloatE5b9g9r9ufloatlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsE5b9g9r9ufloatE5b9g9r9ufloatnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsE5b9g9r9ufloatE5b9g9r9ufloatlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8unormR8g8b8a8unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8unormR8g8b8a8unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8unormR8g8b8a8unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8unormR8g8b8a8unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8unormR8g8b8a8unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8unormR8g8b8a8unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8snormR8g8b8a8snormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8snormR8g8b8a8snormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8snormR8g8b8a8snormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8snormR8g8b8a8snormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8snormR8g8b8a8snormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR8g8b8a8snormR8g8b8a8snormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g6b5unormR5g6b5unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g6b5unormR5g6b5unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g6b5unormR5g6b5unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g6b5unormR5g6b5unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g6b5unormR5g6b5unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g6b5unormR5g6b5unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR4g4b4a4unormR4g4b4a4unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR4g4b4a4unormR4g4b4a4unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR4g4b4a4unormR4g4b4a4unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR4g4b4a4unormR4g4b4a4unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR4g4b4a4unormR4g4b4a4unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR4g4b4a4unormR4g4b4a4unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4r4g4b4unormA4r4g4b4unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4r4g4b4unormA4r4g4b4unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4r4g4b4unormA4r4g4b4unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4r4g4b4unormA4r4g4b4unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4r4g4b4unormA4r4g4b4unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4r4g4b4unormA4r4g4b4unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4b4g4r4unormA4b4g4r4unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4b4g4r4unormA4b4g4r4unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4b4g4r4unormA4b4g4r4unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4b4g4r4unormA4b4g4r4unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4b4g4r4unormA4b4g4r4unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA4b4g4r4unormA4b4g4r4unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g5b5a1unormR5g5b5a1unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g5b5a1unormR5g5b5a1unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g5b5a1unormR5g5b5a1unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g5b5a1unormR5g5b5a1unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g5b5a1unormR5g5b5a1unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsR5g5b5a1unormR5g5b5a1unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA8b8g8r8srgbA8b8g8r8srgbnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA8b8g8r8srgbA8b8g8r8srgblinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA8b8g8r8srgbA8b8g8r8srgbnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA8b8g8r8srgbA8b8g8r8srgblinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA8b8g8r8srgbA8b8g8r8srgbnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA8b8g8r8srgbA8b8g8r8srgblinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA1r5g5b5unormA1r5g5b5unormnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA1r5g5b5unormA1r5g5b5unormlinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA1r5g5b5unormA1r5g5b5unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA1r5g5b5unormA1r5g5b5unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA1r5g5b5unormA1r5g5b5unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsA1r5g5b5unormA1r5g5b5unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsS8uintS8uintnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.s8_uint.s8_uint_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsD24unorms8uintstencilD24unorms8uintstencilnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.d24_unorm_s8_uint_stencil.d24_unorm_s8_uint_stencil_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayFormatsD32sfloats8uintstencilD32sfloats8uintstencilnearest
,
"dEQP-VK.texture.filtering.2d_array.formats.d32_sfloat_s8_uint_stencil.d32_sfloat_s8_uint_stencil_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes4x8x8Nearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.4x8x8.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes4x8x8Linear
,
"dEQP-VK.texture.filtering.2d_array.sizes.4x8x8.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes4x8x8Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.4x8x8.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes4x8x8Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.4x8x8.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes4x8x8Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.4x8x8.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes4x8x8Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.4x8x8.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes32x64x16Nearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes32x64x16Linear
,
"dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes32x64x16Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes32x64x16Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes32x64x16Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes32x64x16Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes128x32x64Nearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes128x32x64Linear
,
"dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes128x32x64Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes128x32x64Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes128x32x64Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes128x32x64Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes3x7x5Nearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.3x7x5.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes3x7x5Linear
,
"dEQP-VK.texture.filtering.2d_array.sizes.3x7x5.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes3x7x5Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.3x7x5.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes3x7x5Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.3x7x5.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes3x7x5Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.3x7x5.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes3x7x5Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.3x7x5.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes63x63x63Nearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.63x63x63.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes63x63x63Linear
,
"dEQP-VK.texture.filtering.2d_array.sizes.63x63x63.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes63x63x63Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.63x63x63.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes63x63x63Linearmipmapnearest
,
"dEQP-VK.texture.filtering.2d_array.sizes.63x63x63.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes63x63x63Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.63x63x63.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darraySizes63x63x63Linearmipmaplinear
,
"dEQP-VK.texture.filtering.2d_array.sizes.63x63x63.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsNearestNearest
,
"dEQP-VK.texture.filtering.2d_array.combinations.nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsNearestLinear
,
"dEQP-VK.texture.filtering.2d_array.combinations.nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsLinearNearest
,
"dEQP-VK.texture.filtering.2d_array.combinations.linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsLinearLinear
,
"dEQP-VK.texture.filtering.2d_array.combinations.linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsNearestmipmapnearestNearest
,
"dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsNearestmipmapnearestLinear
,
"dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsLinearmipmapnearestNearest
,
"dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsLinearmipmapnearestLinear
,
"dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsNearestmipmaplinearNearest
,
"dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsNearestmipmaplinearLinear
,
"dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsLinearmipmaplinearNearest
,
"dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC2darrayCombinationsLinearmipmaplinearLinear
,
"dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR16g16b16a16sfloatR16g16b16a16sfloatnearest
,
"dEQP-VK.texture.filtering.3d.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR16g16b16a16sfloatR16g16b16a16sfloatlinear
,
"dEQP-VK.texture.filtering.3d.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR16g16b16a16sfloatR16g16b16a16sfloatnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR16g16b16a16sfloatR16g16b16a16sfloatlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR16g16b16a16sfloatR16g16b16a16sfloatnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR16g16b16a16sfloatR16g16b16a16sfloatlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsB10g11r11ufloatB10g11r11ufloatnearest
,
"dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsB10g11r11ufloatB10g11r11ufloatlinear
,
"dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsB10g11r11ufloatB10g11r11ufloatnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsB10g11r11ufloatB10g11r11ufloatlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsB10g11r11ufloatB10g11r11ufloatnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsB10g11r11ufloatB10g11r11ufloatlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsE5b9g9r9ufloatE5b9g9r9ufloatnearest
,
"dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsE5b9g9r9ufloatE5b9g9r9ufloatlinear
,
"dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsE5b9g9r9ufloatE5b9g9r9ufloatnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsE5b9g9r9ufloatE5b9g9r9ufloatlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsE5b9g9r9ufloatE5b9g9r9ufloatnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsE5b9g9r9ufloatE5b9g9r9ufloatlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8unormR8g8b8a8unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8unormR8g8b8a8unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8unormR8g8b8a8unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8unormR8g8b8a8unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8unormR8g8b8a8unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8unormR8g8b8a8unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_unorm.r8g8b8a8_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8snormR8g8b8a8snormnearest
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8snormR8g8b8a8snormlinear
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8snormR8g8b8a8snormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8snormR8g8b8a8snormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8snormR8g8b8a8snormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR8g8b8a8snormR8g8b8a8snormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r8g8b8a8_snorm.r8g8b8a8_snorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g6b5unormR5g6b5unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.r5g6b5_unorm.r5g6b5_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g6b5unormR5g6b5unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.r5g6b5_unorm.r5g6b5_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g6b5unormR5g6b5unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r5g6b5_unorm.r5g6b5_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g6b5unormR5g6b5unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r5g6b5_unorm.r5g6b5_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g6b5unormR5g6b5unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r5g6b5_unorm.r5g6b5_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g6b5unormR5g6b5unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r5g6b5_unorm.r5g6b5_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR10x6g10x6b10x6a10x6unormR10x6g10x6b10x6a10x6unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r10x6g10x6b10x6a10x6_unorm.r10x6g10x6b10x6a10x6_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR4g4b4a4unormR4g4b4a4unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR4g4b4a4unormR4g4b4a4unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR4g4b4a4unormR4g4b4a4unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR4g4b4a4unormR4g4b4a4unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR4g4b4a4unormR4g4b4a4unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR4g4b4a4unormR4g4b4a4unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r4g4b4a4_unorm.r4g4b4a4_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4r4g4b4unormA4r4g4b4unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4r4g4b4unormA4r4g4b4unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4r4g4b4unormA4r4g4b4unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4r4g4b4unormA4r4g4b4unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4r4g4b4unormA4r4g4b4unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4r4g4b4unormA4r4g4b4unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a4r4g4b4_unorm.a4r4g4b4_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4b4g4r4unormA4b4g4r4unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4b4g4r4unormA4b4g4r4unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4b4g4r4unormA4b4g4r4unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4b4g4r4unormA4b4g4r4unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4b4g4r4unormA4b4g4r4unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA4b4g4r4unormA4b4g4r4unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a4b4g4r4_unorm.a4b4g4r4_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g5b5a1unormR5g5b5a1unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g5b5a1unormR5g5b5a1unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g5b5a1unormR5g5b5a1unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g5b5a1unormR5g5b5a1unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g5b5a1unormR5g5b5a1unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsR5g5b5a1unormR5g5b5a1unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.r5g5b5a1_unorm.r5g5b5a1_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA8b8g8r8srgbA8b8g8r8srgbnearest
,
"dEQP-VK.texture.filtering.3d.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA8b8g8r8srgbA8b8g8r8srgblinear
,
"dEQP-VK.texture.filtering.3d.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA8b8g8r8srgbA8b8g8r8srgbnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA8b8g8r8srgbA8b8g8r8srgblinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA8b8g8r8srgbA8b8g8r8srgbnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA8b8g8r8srgbA8b8g8r8srgblinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA1r5g5b5unormA1r5g5b5unormnearest
,
"dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA1r5g5b5unormA1r5g5b5unormlinear
,
"dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA1r5g5b5unormA1r5g5b5unormnearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA1r5g5b5unormA1r5g5b5unormlinearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA1r5g5b5unormA1r5g5b5unormnearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsA1r5g5b5unormA1r5g5b5unormlinearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsS8uintS8uintnearest
,
"dEQP-VK.texture.filtering.3d.formats.s8_uint.s8_uint_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsD24unorms8uintstencilD24unorms8uintstencilnearest
,
"dEQP-VK.texture.filtering.3d.formats.d24_unorm_s8_uint_stencil.d24_unorm_s8_uint_stencil_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dFormatsD32sfloats8uintstencilD32sfloats8uintstencilnearest
,
"dEQP-VK.texture.filtering.3d.formats.d32_sfloat_s8_uint_stencil.d32_sfloat_s8_uint_stencil_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes4x8x8Nearest
,
"dEQP-VK.texture.filtering.3d.sizes.4x8x8.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes4x8x8Linear
,
"dEQP-VK.texture.filtering.3d.sizes.4x8x8.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes4x8x8Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.4x8x8.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes4x8x8Linearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.4x8x8.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes4x8x8Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.4x8x8.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes4x8x8Linearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.4x8x8.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes32x64x16Nearest
,
"dEQP-VK.texture.filtering.3d.sizes.32x64x16.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes32x64x16Linear
,
"dEQP-VK.texture.filtering.3d.sizes.32x64x16.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes32x64x16Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.32x64x16.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes32x64x16Linearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.32x64x16.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes32x64x16Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.32x64x16.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes32x64x16Linearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.32x64x16.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes128x32x64Nearest
,
"dEQP-VK.texture.filtering.3d.sizes.128x32x64.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes128x32x64Linear
,
"dEQP-VK.texture.filtering.3d.sizes.128x32x64.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes128x32x64Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.128x32x64.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes128x32x64Linearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.128x32x64.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes128x32x64Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.128x32x64.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes128x32x64Linearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.128x32x64.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes3x7x5Nearest
,
"dEQP-VK.texture.filtering.3d.sizes.3x7x5.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes3x7x5Linear
,
"dEQP-VK.texture.filtering.3d.sizes.3x7x5.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes3x7x5Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.3x7x5.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes3x7x5Linearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.3x7x5.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes3x7x5Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.3x7x5.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes3x7x5Linearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.3x7x5.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes63x63x63Nearest
,
"dEQP-VK.texture.filtering.3d.sizes.63x63x63.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes63x63x63Linear
,
"dEQP-VK.texture.filtering.3d.sizes.63x63x63.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes63x63x63Nearestmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.63x63x63.nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes63x63x63Linearmipmapnearest
,
"dEQP-VK.texture.filtering.3d.sizes.63x63x63.linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes63x63x63Nearestmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.63x63x63.nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dSizes63x63x63Linearmipmaplinear
,
"dEQP-VK.texture.filtering.3d.sizes.63x63x63.linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsNearestNearest
,
"dEQP-VK.texture.filtering.3d.combinations.nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsNearestLinear
,
"dEQP-VK.texture.filtering.3d.combinations.nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsLinearNearest
,
"dEQP-VK.texture.filtering.3d.combinations.linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsLinearLinear
,
"dEQP-VK.texture.filtering.3d.combinations.linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsNearestmipmapnearestNearest
,
"dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsNearestmipmapnearestLinear
,
"dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsLinearmipmapnearestNearest
,
"dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_nearest.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsLinearmipmapnearestLinear
,
"dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_nearest.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsNearestmipmaplinearNearest
,
"dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsNearestmipmaplinearLinear
,
"dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsLinearmipmaplinearNearest
,
"dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0001TS
,
TC3dCombinationsLinearmipmaplinearLinear
,
"dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear*"
);
graphic/vulkan/src/texture/texture/Texture_filtering_anisotropyTestCase.cpp
0 → 100644
浏览文件 @
e2d6d4e9
/*
* 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 "../ActsTexture0003TestSuite.h"
#include "shrinkdefine.h"
using
namespace
std
;
using
namespace
testing
::
ext
;
using
namespace
OHOS
;
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy2Magnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_2.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy2Maglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_2.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy2Magnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_2.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy2Maglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_2.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy4Magnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_4.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy4Maglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_4.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy4Magnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_4.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy4Maglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_4.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy8Magnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_8.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy8Maglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_8.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy8Magnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_8.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropy8Maglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_8.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropymaxMagnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_max.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropymaxMaglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_max.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropymaxMagnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_max.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCBasicAnisotropymaxMaglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.basic.anisotropy_max.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy2Magnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_2.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy2Maglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_2.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy2Magnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_2.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy2Maglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_2.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy4Magnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_4.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy4Maglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_4.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy4Magnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_4.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy4Maglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_4.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy8Magnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_8.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy8Maglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_8.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy8Magnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_8.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropy8Maglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_8.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropymaxMagnearestminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_max.mag_nearest_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropymaxMaglinearminnearest
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_max.mag_linear_min_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropymaxMagnearestminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_max.mag_nearest_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCSinglelevelAnisotropymaxMaglinearminlinear
,
"dEQP-VK.texture.filtering_anisotropy.single_level.anisotropy_max.mag_linear_min_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Magnearestminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_nearest_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Maglinearminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_linear_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Magnearestminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_nearest_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Maglinearminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_linear_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Magnearestminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_nearest_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Maglinearminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_linear_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Magnearestminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_nearest_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy2Maglinearminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_2.mag_linear_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Magnearestminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_nearest_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Maglinearminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_linear_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Magnearestminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_nearest_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Maglinearminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_linear_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Magnearestminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_nearest_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Maglinearminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_linear_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Magnearestminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_nearest_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy4Maglinearminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_4.mag_linear_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Magnearestminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_nearest_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Maglinearminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_linear_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Magnearestminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_nearest_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Maglinearminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_linear_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Magnearestminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_nearest_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Maglinearminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_linear_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Magnearestminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_nearest_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropy8Maglinearminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_8.mag_linear_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMagnearestminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_nearest_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMaglinearminnearestmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_linear_min_nearest_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMagnearestminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_nearest_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMaglinearminnearestmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_linear_min_nearest_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMagnearestminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_nearest_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMaglinearminlinearmipmapnearest
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_linear_min_linear_mipmap_nearest*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMagnearestminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_nearest_min_linear_mipmap_linear*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0003TS
,
TCMipmapAnisotropymaxMaglinearminlinearmipmaplinear
,
"dEQP-VK.texture.filtering_anisotropy.mipmap.anisotropy_max.mag_linear_min_linear_mipmap_linear*"
);
graphic/vulkan/src/texture/texture/Texture_subgroup_lodTestCase.cpp
0 → 100644
浏览文件 @
e2d6d4e9
/*
* 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
,
TCTexturelod
,
"dEQP-VK.texture.subgroup_lod.texturelod*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCTexturegrad
,
"dEQP-VK.texture.subgroup_lod.texturegrad*"
);
static
SHRINK_HWTEST_F
(
ActsTexture0007TS
,
TCTexelfetch
,
"dEQP-VK.texture.subgroup_lod.texelfetch*"
);
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录