diff --git a/graphic/vulkan/src/texture/texture/Texture_conversionTestCase.cpp b/graphic/vulkan/src/texture/texture/Texture_conversionTestCase.cpp new file mode 100644 index 0000000000000000000000000000000000000000..707e7f2f6105280ac20389da8a468d84f7ae59ba --- /dev/null +++ b/graphic/vulkan/src/texture/texture/Texture_conversionTestCase.cpp @@ -0,0 +1,78 @@ +/* + * 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 +#include +#include "../TextureBaseFunc.h" +#include "../ActsTexture0008TestSuite.h" +#include "shrinkdefine.h" + +using namespace std; +using namespace testing::ext; +using namespace OHOS; + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCUfloatnegativevaluesB10g11r11, "dEQP-VK.texture.conversion.ufloat_negative_values.b10g11r11*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampA2b10g10r10snormpack32, "dEQP-VK.texture.conversion.snorm_clamp.a2b10g10r10_snorm_pack32*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampA2r10g10b10snormpack32, "dEQP-VK.texture.conversion.snorm_clamp.a2r10g10b10_snorm_pack32*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampA8b8g8r8snormpack32, "dEQP-VK.texture.conversion.snorm_clamp.a8b8g8r8_snorm_pack32*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampB8g8r8a8snorm, "dEQP-VK.texture.conversion.snorm_clamp.b8g8r8a8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampB8g8r8snorm, "dEQP-VK.texture.conversion.snorm_clamp.b8g8r8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR16g16b16a16snorm, "dEQP-VK.texture.conversion.snorm_clamp.r16g16b16a16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR16g16b16snorm, "dEQP-VK.texture.conversion.snorm_clamp.r16g16b16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR16g16snorm, "dEQP-VK.texture.conversion.snorm_clamp.r16g16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR16snorm, "dEQP-VK.texture.conversion.snorm_clamp.r16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR8g8b8a8snorm, "dEQP-VK.texture.conversion.snorm_clamp.r8g8b8a8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR8g8b8snorm, "dEQP-VK.texture.conversion.snorm_clamp.r8g8b8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR8g8snorm, "dEQP-VK.texture.conversion.snorm_clamp.r8g8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclampR8snorm, "dEQP-VK.texture.conversion.snorm_clamp.r8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearA2b10g10r10snormpack32, "dEQP-VK.texture.conversion.snorm_clamp_linear.a2b10g10r10_snorm_pack32*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearA2r10g10b10snormpack32, "dEQP-VK.texture.conversion.snorm_clamp_linear.a2r10g10b10_snorm_pack32*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearA8b8g8r8snormpack32, "dEQP-VK.texture.conversion.snorm_clamp_linear.a8b8g8r8_snorm_pack32*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearB8g8r8a8snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.b8g8r8a8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearB8g8r8snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.b8g8r8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR16g16b16a16snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r16g16b16a16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR16g16b16snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r16g16b16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR16g16snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r16g16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR16snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r16_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR8g8b8a8snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r8g8b8a8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR8g8b8snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r8g8b8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR8g8snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r8g8_snorm*"); + +static SHRINK_HWTEST_F(ActsTexture0008TS, TCSnormclamplinearR8snorm, "dEQP-VK.texture.conversion.snorm_clamp_linear.r8_snorm*"); diff --git a/graphic/vulkan/src/texture/texture/Texture_swizzle03TestCase.cpp b/graphic/vulkan/src/texture/texture/Texture_swizzle03TestCase.cpp new file mode 100644 index 0000000000000000000000000000000000000000..349b00495fe346ad3b08d3e4375370e4dd643d9f --- /dev/null +++ b/graphic/vulkan/src/texture/texture/Texture_swizzle03TestCase.cpp @@ -0,0 +1,1453 @@ +/* + * 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 +#include +#include "../TextureBaseFunc.h" +#include "../ActsTexture0009TestSuite.h" +#include "shrinkdefine.h" + +using namespace std; +using namespace testing::ext; +using namespace OHOS; + +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_pot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_pot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_pot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_pot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_pot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_pot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4unormpack82dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR4g4b4a4unormpack162dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r4g4b4a4_unorm_pack16_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g6b5unormpack162dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g6b5_unorm_pack16_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR5g5b5a1unormpack162dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r5g5b5a1_unorm_pack16_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8srgb2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8_srgb_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8srgb2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8_srgb_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8srgb2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8_srgb_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR8g8b8a8srgb2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r8g8b8a8_srgb_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10unormpack322dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_unorm_pack32_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2r10g10b10uintpack322dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2r10g10b10_uint_pack32_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA2b10g10r10uscaledpack322dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a2b10g10r10_uscaled_pack32_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16unorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_unorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16snorm2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_snorm_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sscaled2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sscaled_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR16g16b16a16sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r16g16b16a16_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32uint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_uint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sint2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sint_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateR32g32b32a32sfloat2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.r32g32b32a32_sfloat_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB10g11r11ufloatpack322dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.b10g11r11_ufloat_pack32_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateE5b9g9r9ufloatpack322dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.e5b9g9r9_ufloat_pack32_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB4g4r4a4unormpack162dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.b4g4r4a4_unorm_pack16_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateB5g5r5a1unormpack162dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4r4g4b4unormpack16ext2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateA4b4g4r4unormpack16ext2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a1srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEtc2r8g8b8a8srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11snormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11_snorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateEacr11g11snormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.eac_r11g11_snorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc4x4srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_4x4_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x4srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x4_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc5x5srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_5x5_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x5srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x5_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc6x6srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_6x6_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x5srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x5_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x6srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x6_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc8x8srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_8x8_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x5srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x5_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x6srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x6_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x8srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x8_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc10x10srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_10x10_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x10srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x10_srgb_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12unormblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_unorm_block_2d_npot_sparse_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dnpotyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_npot_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dnpotxx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_npot_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dnpotyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_npot_yy*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dnpotsparseyx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_npot_sparse_yx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dnpotsparsexx, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_npot_sparse_xx*"); +static SHRINK_HWTEST_F(ActsTexture0009TS, TCTexturecoordinateAstc12x12srgbblock2dnpotsparseyy, "dEQP-VK.texture.swizzle.texture_coordinate.astc_12x12_srgb_block_2d_npot_sparse_yy*"); diff --git a/graphic/vulkan/src/texture/texture/Texture_texel_offsetTestCase.cpp b/graphic/vulkan/src/texture/texture/Texture_texel_offsetTestCase.cpp new file mode 100644 index 0000000000000000000000000000000000000000..503ee53fd90722ff2dc59a880f6d68fa0d384155 --- /dev/null +++ b/graphic/vulkan/src/texture/texture/Texture_texel_offsetTestCase.cpp @@ -0,0 +1,25 @@ +/* + * 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 +#include +#include "../TextureBaseFunc.h" +#include "../ActsTexture0011TestSuite.h" +#include "shrinkdefine.h" + +using namespace std; +using namespace testing::ext; +using namespace OHOS; +static SHRINK_HWTEST_F(ActsTexture0011TS, TCTexeloffset, "dEQP-VK.texture.texel_offset.texel_offset*");