Ensure swizzle identities work with their equivalent mappings
authorRicardo Garcia <rgarcia@igalia.com>
Wed, 24 Jun 2020 16:36:37 +0000 (18:36 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 2 Jul 2020 06:59:55 +0000 (02:59 -0400)
In vulkan/vulkan!3399 the spec modified several points to clarify
anything requiring VK_COMPONENT_SWIZZLE_IDENTITY in a VkComponentMapping
member should also work with their equivalent mappings (SWIZZLE_R,
SWIZZLE_G, SWIZZLE_B and SWIZZLE_A for the .r, .g, .b and .a members
respectively).

This commit adds new test variants with equivalent values or modifies
existing tests so mappings are switched between the two possibilities
when generating or running tests, in a deterministic way.

Affected tests:
dEQP-VK.api.external.memory.android_hardware_buffer.image_formats.*
dEQP-VK.ycbcr.conversion.*

New tests:
dEQP-VK.texture.swizzle.component_mapping.*_rgba
dEQP-VK.texture.swizzle.component_mapping.*_iiii
dEQP-VK.texture.swizzle.component_mapping.*_abgr
dEQP-VK.pipeline.sampler.*.min_reduce.comp_r_zero_zero_zero.*
dEQP-VK.pipeline.sampler.*.mag_reduce.comp_r_zero_zero_zero.*

Components: Vulkan
VK-GL-CTS issue: 2384

Change-Id: I09fcadef9abcd56c3f5bca51425ba9b9e82a5507

android/cts/master/vk-master-2020-03-01.txt
android/cts/master/vk-master.txt
external/vulkancts/modules/vulkan/api/vktApiExternalMemoryTests.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp
external/vulkancts/modules/vulkan/texture/vktTextureSwizzleTests.cpp
external/vulkancts/modules/vulkan/ycbcr/vktYCbCrConversionTests.cpp
external/vulkancts/mustpass/master/vk-default.txt

index 9c54ba2..0f5dbfd 100644 (file)
@@ -100082,6 +100082,246 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a1r5g5b5_unorm_pack16.count_4.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a1r5g5b5_unorm_pack16.count_8.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a1r5g5b5_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r4g4_unorm_pack8.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r4g4_unorm_pack8.address_modes.all_mode_clamp_to_border_transparent_black
@@ -100450,6 +100690,582 @@ dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a2r10g10b10_uscaled_pa
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r4g4_unorm_pack8.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r4g4_unorm_pack8.address_modes.all_mode_clamp_to_border_transparent_black
@@ -101026,6 +101842,1350 @@ dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.d32_sfloat_s8_uint.add
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.exact_sampling.r8_srgb.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8_srgb.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8_srgb.gradient.normalized_coords.edge_right
@@ -101439,6 +103599,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101453,6 +103616,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101510,6 +103676,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101524,6 +103693,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101581,6 +103753,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101595,6 +103770,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101676,6 +103854,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101690,6 +103871,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101747,6 +103931,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101761,6 +103948,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101818,6 +104008,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sf
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101832,6 +104025,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sf
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101889,6 +104085,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101903,6 +104102,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -101960,6 +104162,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -101974,6 +104179,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102031,6 +104239,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102045,6 +104256,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102102,6 +104316,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102116,6 +104333,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102144,6 +104364,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102158,6 +104381,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102186,6 +104412,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102200,6 +104429,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102228,6 +104460,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102242,6 +104477,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102270,6 +104508,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102284,6 +104525,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -102312,6 +104556,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -102326,6 +104573,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -192406,6 +194656,1410 @@ dEQP-VK.texture.filtering.2d_array.formats.d32_sfloat_s8_uint_stencil.d32_sfloat
 dEQP-VK.texture.filtering.3d.formats.s8_uint.s8_uint_nearest
 dEQP-VK.texture.filtering.3d.formats.d24_unorm_s8_uint_stencil.d24_unorm_s8_uint_stencil_nearest
 dEQP-VK.texture.filtering.3d.formats.d32_sfloat_s8_uint_stencil.d32_sfloat_s8_uint_stencil_nearest
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yy
index ddf0f34..3d69eaf 100644 (file)
@@ -233365,6 +233365,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -233379,6 +233382,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -233436,6 +233442,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233450,6 +233459,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233507,6 +233519,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233521,6 +233536,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233578,6 +233596,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233592,6 +233613,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233649,6 +233673,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -233663,6 +233690,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -233718,6 +233748,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -233727,6 +233759,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -233774,6 +233808,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_filter.
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -233788,6 +233825,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -233845,6 +233885,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -233859,6 +233902,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -233916,6 +233962,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233930,6 +233979,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233987,6 +234039,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -234001,6 +234056,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -234058,6 +234116,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234072,6 +234133,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234127,6 +234191,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -234136,6 +234202,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -234181,6 +234249,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -234190,6 +234260,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -234237,6 +234309,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -234251,6 +234326,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -234308,6 +234386,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -234322,6 +234403,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -234379,6 +234463,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -234393,6 +234480,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -234448,6 +234538,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -234457,6 +234549,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -234502,6 +234596,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -234511,6 +234607,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -234558,6 +234656,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234572,6 +234673,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234629,6 +234733,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -234643,6 +234750,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -234700,6 +234810,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -234714,6 +234827,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -234771,6 +234887,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234785,6 +234904,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234842,6 +234964,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234856,6 +234981,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234911,6 +235039,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -234920,6 +235050,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -234965,6 +235097,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -234974,6 +235108,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -235019,6 +235155,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -235028,6 +235166,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -235075,6 +235215,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -235089,6 +235232,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -235144,6 +235290,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -235153,6 +235301,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -235200,6 +235350,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -235214,6 +235367,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -235271,6 +235427,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -235285,6 +235444,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -235342,6 +235504,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -235356,6 +235521,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -235413,6 +235581,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235427,6 +235598,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -235482,6 +235656,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -235491,6 +235667,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -235538,6 +235716,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235552,6 +235733,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -235607,6 +235791,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -235616,6 +235802,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -235661,6 +235849,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -235670,6 +235860,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -235715,6 +235907,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -235724,6 +235918,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -235771,6 +235967,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235785,6 +235984,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -235840,6 +236042,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -235849,6 +236053,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -235894,6 +236100,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -235903,6 +236111,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -235950,6 +236160,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235964,6 +236177,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -236019,6 +236235,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -236028,6 +236246,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -236075,6 +236295,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -236089,6 +236312,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -236146,6 +236372,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -236160,6 +236389,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -236215,6 +236447,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -236224,6 +236458,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -236269,6 +236505,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -236278,6 +236516,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_redu
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -236693,6 +236933,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -236707,6 +236950,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -236764,6 +237010,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -236778,6 +237027,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -236835,6 +237087,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -236849,6 +237104,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -236906,6 +237164,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -236920,6 +237181,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -236977,6 +237241,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -236991,6 +237258,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -237046,6 +237316,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -237055,6 +237327,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_r
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -237102,6 +237376,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_f
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -237116,6 +237393,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_f
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -237173,6 +237453,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_fi
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -237187,6 +237470,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_fi
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -237244,6 +237530,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -237258,6 +237547,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -237315,6 +237607,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -237329,6 +237624,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -237386,6 +237684,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -237400,6 +237701,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -237455,6 +237759,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -237464,6 +237770,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -237509,6 +237817,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -237518,6 +237828,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -237565,6 +237877,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -237579,6 +237894,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -237636,6 +237954,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -237650,6 +237971,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -237707,6 +238031,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -237721,6 +238048,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -237776,6 +238106,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -237785,6 +238117,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -237830,6 +238164,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -237839,6 +238175,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -237886,6 +238224,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -237900,6 +238241,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -237957,6 +238301,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -237971,6 +238318,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238028,6 +238378,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -238042,6 +238395,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238099,6 +238455,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -238113,6 +238472,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -238170,6 +238532,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -238184,6 +238549,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -238239,6 +238607,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -238248,6 +238618,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -238293,6 +238665,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -238302,6 +238676,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -238347,6 +238723,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -238356,6 +238734,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -238403,6 +238783,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -238417,6 +238800,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -238472,6 +238858,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -238481,6 +238869,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -238528,6 +238918,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -238542,6 +238935,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -238599,6 +238995,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -238613,6 +239012,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238670,6 +239072,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -238684,6 +239089,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238741,6 +239149,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -238755,6 +239166,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -238810,6 +239224,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -238819,6 +239235,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -238866,6 +239284,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -238880,6 +239301,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -238935,6 +239359,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -238944,6 +239370,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -238989,6 +239417,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -238998,6 +239428,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -239043,6 +239475,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -239052,6 +239486,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -239099,6 +239535,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -239113,6 +239552,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -239168,6 +239610,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -239177,6 +239621,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -239222,6 +239668,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -239231,6 +239679,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -239278,6 +239728,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -239292,6 +239745,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -239347,6 +239803,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -239356,6 +239814,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -239403,6 +239863,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -239417,6 +239880,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -239474,6 +239940,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -239488,6 +239957,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -239543,6 +240015,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -239552,6 +240026,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -239597,6 +240073,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -239606,6 +240084,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -239653,6 +240133,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -239667,6 +240150,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -239724,6 +240210,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -239738,6 +240227,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -239795,6 +240287,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -239809,6 +240304,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -239866,6 +240364,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -239880,6 +240381,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -239937,6 +240441,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -239951,6 +240458,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -240006,6 +240516,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -240015,6 +240527,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -240062,6 +240576,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_filter.
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -240076,6 +240593,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -240133,6 +240653,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -240147,6 +240670,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -240204,6 +240730,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -240218,6 +240747,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -240275,6 +240807,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -240289,6 +240824,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -240346,6 +240884,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -240360,6 +240901,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -240415,6 +240959,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -240424,6 +240970,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -240469,6 +241017,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -240478,6 +241028,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -240525,6 +241077,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -240539,6 +241094,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -240596,6 +241154,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -240610,6 +241171,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -240667,6 +241231,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -240681,6 +241248,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -240736,6 +241306,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -240745,6 +241317,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -240790,6 +241364,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -240799,6 +241375,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -240846,6 +241424,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -240860,6 +241441,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -240917,6 +241501,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -240931,6 +241518,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -240988,6 +241578,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -241002,6 +241595,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -241059,6 +241655,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -241073,6 +241672,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -241130,6 +241732,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -241144,6 +241749,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -241199,6 +241807,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -241208,6 +241818,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -241253,6 +241865,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -241262,6 +241876,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -241307,6 +241923,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -241316,6 +241934,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -241363,6 +241983,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -241377,6 +242000,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -241432,6 +242058,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -241441,6 +242069,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -241488,6 +242118,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -241502,6 +242135,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -241559,6 +242195,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -241573,6 +242212,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -241630,6 +242272,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -241644,6 +242289,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -241701,6 +242349,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -241715,6 +242366,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -241770,6 +242424,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -241779,6 +242435,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -241826,6 +242484,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -241840,6 +242501,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -241895,6 +242559,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -241904,6 +242570,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -241949,6 +242617,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -241958,6 +242628,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -242003,6 +242675,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -242012,6 +242686,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -242059,6 +242735,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -242073,6 +242752,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -242128,6 +242810,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -242137,6 +242821,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -242182,6 +242868,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -242191,6 +242879,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -242238,6 +242928,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -242252,6 +242945,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -242307,6 +243003,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -242316,6 +243014,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -242363,6 +243063,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -242377,6 +243080,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -242434,6 +243140,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -242448,6 +243157,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -242503,6 +243215,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -242512,6 +243226,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -242557,6 +243273,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -242566,6 +243284,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_redu
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -242613,6 +243333,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -242670,6 +243393,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -242727,6 +243453,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -242784,6 +243513,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -242841,6 +243573,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -242898,6 +243633,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -242955,6 +243693,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243012,6 +243753,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243069,6 +243813,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243126,6 +243873,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243183,6 +243933,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243240,6 +243993,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243297,6 +244053,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243354,6 +244113,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243411,6 +244173,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243468,6 +244233,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243525,6 +244293,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243582,6 +244353,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243639,6 +244413,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243696,6 +244473,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243753,6 +244533,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -243767,6 +244550,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -243824,6 +244610,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -243838,6 +244627,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -243895,6 +244687,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -243909,6 +244704,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -243966,6 +244764,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -243980,6 +244781,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -244037,6 +244841,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -244051,6 +244858,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -244108,6 +244918,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -244122,6 +244935,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -244755,6 +245571,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -244769,6 +245588,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -244826,6 +245648,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -244840,6 +245665,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -244897,6 +245725,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -244911,6 +245742,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -244968,6 +245802,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -244982,6 +245819,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -245039,6 +245879,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -245053,6 +245896,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -245108,6 +245954,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -245117,6 +245965,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_r
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -245164,6 +246014,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_f
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -245178,6 +246031,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_f
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -245235,6 +246091,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -245249,6 +246108,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -245306,6 +246168,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -245320,6 +246185,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -245377,6 +246245,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -245391,6 +246262,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -245448,6 +246322,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -245462,6 +246339,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -245517,6 +246397,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -245526,6 +246408,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -245571,6 +246455,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -245580,6 +246466,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -245627,6 +246515,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -245641,6 +246532,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -245698,6 +246592,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -245712,6 +246609,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -245769,6 +246669,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -245783,6 +246686,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -245838,6 +246744,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -245847,6 +246755,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -245892,6 +246802,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -245901,6 +246813,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -245948,6 +246862,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -245962,6 +246879,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -246019,6 +246939,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246033,6 +246956,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246090,6 +247016,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246104,6 +247033,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246161,6 +247093,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -246175,6 +247110,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -246232,6 +247170,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -246246,6 +247187,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -246301,6 +247245,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -246310,6 +247256,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -246355,6 +247303,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -246364,6 +247314,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -246409,6 +247361,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -246418,6 +247372,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -246465,6 +247421,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -246479,6 +247438,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -246534,6 +247496,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -246543,6 +247507,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -246590,6 +247556,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -246604,6 +247573,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -246661,6 +247633,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246675,6 +247650,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246732,6 +247710,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246746,6 +247727,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246803,6 +247787,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -246817,6 +247804,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -246872,6 +247862,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -246881,6 +247873,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -246928,6 +247922,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -246942,6 +247939,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -246997,6 +247997,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -247006,6 +248008,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -247051,6 +248055,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -247060,6 +248066,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -247105,6 +248113,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -247114,6 +248124,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -247161,6 +248173,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -247175,6 +248190,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247230,6 +248248,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -247239,6 +248259,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -247284,6 +248306,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -247293,6 +248317,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -247340,6 +248366,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -247354,6 +248383,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247409,6 +248441,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -247418,6 +248452,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -247465,6 +248501,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -247479,6 +248518,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -247536,6 +248578,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -247550,6 +248595,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247605,6 +248653,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -247614,6 +248664,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -247659,6 +248711,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -247668,6 +248722,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -247715,6 +248771,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_f
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -247772,6 +248831,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -247829,6 +248891,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -247886,6 +248951,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -247943,6 +249011,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248000,6 +249071,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248057,6 +249131,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248114,6 +249191,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248171,6 +249251,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248228,6 +249311,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248285,6 +249371,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248342,6 +249431,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248399,6 +249491,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248456,6 +249551,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248513,6 +249611,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248570,6 +249671,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248627,6 +249731,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248684,6 +249791,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248741,6 +249851,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248798,6 +249911,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248855,6 +249971,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -248869,6 +249988,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -248926,6 +250048,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -248940,6 +250065,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -248997,6 +250125,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -249011,6 +250142,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -249068,6 +250202,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -249082,6 +250219,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -249139,6 +250279,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -249153,6 +250296,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -249210,6 +250356,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_filter
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -249224,6 +250373,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -249281,6 +250433,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -249295,6 +250450,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -249352,6 +250510,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249366,6 +250527,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249423,6 +250587,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249437,6 +250604,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249494,6 +250664,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249508,6 +250681,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249565,6 +250741,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -249579,6 +250758,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249634,6 +250816,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -249643,6 +250827,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -249690,6 +250876,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_filter.
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -249704,6 +250893,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249761,6 +250953,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -249775,6 +250970,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249832,6 +251030,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249846,6 +251047,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249903,6 +251107,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249917,6 +251124,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249974,6 +251184,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -249988,6 +251201,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250043,6 +251259,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -250052,6 +251270,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250097,6 +251317,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -250106,6 +251328,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -250153,6 +251377,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -250167,6 +251394,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -250224,6 +251454,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -250238,6 +251471,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -250295,6 +251531,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -250309,6 +251548,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -250364,6 +251606,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -250373,6 +251617,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250418,6 +251664,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -250427,6 +251675,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -250474,6 +251724,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -250488,6 +251741,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250545,6 +251801,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -250559,6 +251818,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -250616,6 +251878,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -250630,6 +251895,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -250687,6 +251955,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -250701,6 +251972,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250758,6 +252032,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -250772,6 +252049,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250827,6 +252107,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -250836,6 +252118,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250881,6 +252165,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -250890,6 +252176,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250935,6 +252223,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -250944,6 +252234,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -250991,6 +252283,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -251005,6 +252300,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -251060,6 +252358,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -251069,6 +252369,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -251116,6 +252418,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -251130,6 +252435,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -251187,6 +252495,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -251201,6 +252512,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -251258,6 +252572,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -251272,6 +252589,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -251329,6 +252649,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251343,6 +252666,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251398,6 +252724,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -251407,6 +252735,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -251454,6 +252784,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251468,6 +252801,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251523,6 +252859,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -251532,6 +252870,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -251577,6 +252917,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -251586,6 +252928,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -251631,6 +252975,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -251640,6 +252986,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -251687,6 +253035,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251701,6 +253052,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251756,6 +253110,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -251765,6 +253121,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -251810,6 +253168,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -251819,6 +253179,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -251866,6 +253228,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251880,6 +253245,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251935,6 +253303,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -251944,6 +253314,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -251991,6 +253363,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -252005,6 +253380,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -252062,6 +253440,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -252076,6 +253457,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -252131,6 +253515,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -252140,6 +253526,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -252185,6 +253573,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -252194,6 +253584,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_redu
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -252241,6 +253633,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252298,6 +253693,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252355,6 +253753,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252412,6 +253813,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252469,6 +253873,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252526,6 +253933,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252583,6 +253993,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252640,6 +254053,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252697,6 +254113,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252754,6 +254173,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252811,6 +254233,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252868,6 +254293,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252925,6 +254353,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252982,6 +254413,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253039,6 +254473,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -253096,6 +254533,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253153,6 +254593,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -253210,6 +254653,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253267,6 +254713,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -253324,6 +254773,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253381,6 +254833,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -253395,6 +254850,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -253452,6 +254910,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -253466,6 +254927,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -253523,6 +254987,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -253537,6 +255004,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -253594,6 +255064,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -253608,6 +255081,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -253665,6 +255141,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -253679,6 +255158,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -253736,6 +255218,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -253750,6 +255235,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -253807,6 +255295,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -253821,6 +255312,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -253849,6 +255343,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -253863,6 +255360,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -253891,6 +255391,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -253904,6 +255407,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -253932,6 +255438,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -253946,6 +255455,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -253974,6 +255486,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -253988,6 +255503,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -254014,6 +255532,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -254023,6 +255543,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduc
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -254041,6 +255563,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_filte
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -254055,6 +255580,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -254083,6 +255611,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -254097,6 +255628,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -254125,6 +255659,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -254139,6 +255676,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -254167,6 +255707,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -254181,6 +255724,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -254209,6 +255755,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254223,6 +255772,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254249,6 +255801,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -254258,6 +255812,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254274,6 +255830,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -254283,6 +255841,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254301,6 +255861,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254315,6 +255878,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254343,6 +255909,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254357,6 +255926,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254385,6 +255957,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254399,6 +255974,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254425,6 +256003,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -254434,6 +256014,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254450,6 +256032,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -254459,6 +256043,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254477,6 +256063,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254491,6 +256080,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254519,6 +256111,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254533,6 +256128,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254561,6 +256159,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254575,6 +256176,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254603,6 +256207,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254617,6 +256224,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254645,6 +256255,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254659,6 +256272,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254685,6 +256301,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -254694,6 +256312,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254710,6 +256330,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -254719,6 +256341,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254735,6 +256359,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -254744,6 +256370,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254762,6 +256390,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254776,6 +256407,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254802,6 +256436,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -254811,6 +256447,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254829,6 +256467,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254843,6 +256484,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254871,6 +256515,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254885,6 +256532,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254913,6 +256563,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254927,6 +256580,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254955,6 +256611,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -254969,6 +256628,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -254995,6 +256657,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -255004,6 +256668,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -255022,6 +256688,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255036,6 +256705,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255062,6 +256734,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -255071,6 +256745,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -255087,6 +256763,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -255096,6 +256774,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -255112,6 +256792,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -255121,6 +256803,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -255139,6 +256823,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255153,6 +256840,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255179,6 +256869,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -255188,6 +256880,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_one_r_r_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -255204,6 +256898,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -255213,6 +256909,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_one_r_r_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -255231,6 +256929,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255245,6 +256946,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255271,6 +256975,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -255280,6 +256986,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -255298,6 +257006,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -255312,6 +257023,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -255340,6 +257054,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255354,6 +257071,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255380,6 +257100,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -255389,6 +257111,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -255405,6 +257129,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -255414,6 +257140,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_re
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -255432,6 +257160,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255460,6 +257191,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255488,6 +257222,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255516,6 +257253,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255544,6 +257284,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255572,6 +257315,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255600,6 +257346,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255628,6 +257377,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255656,6 +257408,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255684,6 +257439,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255712,6 +257470,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255740,6 +257501,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255768,6 +257532,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255796,6 +257563,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255824,6 +257594,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255852,6 +257625,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255880,6 +257656,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255908,6 +257687,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255936,6 +257718,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255964,6 +257749,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255992,6 +257780,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -256006,6 +257797,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -256034,6 +257828,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -256048,6 +257845,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256076,6 +257876,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -256090,6 +257893,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -256118,6 +257924,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -256132,6 +257941,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -256160,6 +257972,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -256174,6 +257989,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -256202,6 +258020,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -256216,6 +258037,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -256244,6 +258068,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -256258,6 +258085,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -256286,6 +258116,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256300,6 +258133,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256328,6 +258164,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256342,6 +258181,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256370,6 +258212,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256384,6 +258229,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256412,6 +258260,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -256426,6 +258277,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.ma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256452,6 +258306,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -256461,6 +258317,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -256479,6 +258337,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -256493,6 +258354,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256521,6 +258385,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -256535,6 +258402,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256563,6 +258433,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256577,6 +258450,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256605,6 +258481,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256619,6 +258498,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256647,6 +258529,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -256661,6 +258546,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -256687,6 +258575,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -256696,6 +258586,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -256712,6 +258604,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -256721,6 +258615,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.co
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -256739,6 +258635,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -256753,6 +258652,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -256781,6 +258683,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -256795,6 +258700,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -256823,6 +258731,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -256837,6 +258748,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -256863,6 +258777,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -256872,6 +258788,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -256888,6 +258806,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -256897,6 +258817,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -256915,6 +258837,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -256929,6 +258854,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -256957,6 +258885,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -256971,6 +258902,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -256999,6 +258933,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -257013,6 +258950,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257041,6 +258981,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -257055,6 +258998,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -257083,6 +259029,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -257097,6 +259046,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -257123,6 +259075,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -257132,6 +259086,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -257148,6 +259104,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -257157,6 +259115,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.co
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -257173,6 +259133,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -257182,6 +259144,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -257200,6 +259164,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -257214,6 +259181,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -257240,6 +259210,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -257249,6 +259221,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -257267,6 +259241,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -257281,6 +259258,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -257309,6 +259289,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -257323,6 +259306,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257351,6 +259337,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -257365,6 +259354,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257393,6 +259385,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257407,6 +259402,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257433,6 +259431,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -257442,6 +259442,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -257460,6 +259462,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257474,6 +259479,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257500,6 +259508,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -257509,6 +259519,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -257525,6 +259537,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -257534,6 +259548,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduc
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -257550,6 +259566,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -257559,6 +259577,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -257577,6 +259597,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257591,6 +259614,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257617,6 +259643,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -257626,6 +259654,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -257642,6 +259672,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -257651,6 +259683,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -257669,6 +259703,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257683,6 +259720,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257709,6 +259749,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -257718,6 +259760,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -257736,6 +259780,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -257750,6 +259797,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -257778,6 +259828,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257792,6 +259845,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257818,6 +259874,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -257827,6 +259885,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -257843,6 +259903,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -257852,6 +259914,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -257870,6 +259934,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -257898,6 +259965,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -257926,6 +259996,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.m
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -257954,6 +260027,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.ma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -257982,6 +260058,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.m
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258010,6 +260089,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.ma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258038,6 +260120,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258066,6 +260151,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258094,6 +260182,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258122,6 +260213,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258150,6 +260244,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258178,6 +260275,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258206,6 +260306,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258234,6 +260337,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258262,6 +260368,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258290,6 +260399,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258318,6 +260430,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258346,6 +260461,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258374,6 +260492,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258402,6 +260523,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258430,6 +260554,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -258444,6 +260571,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -258472,6 +260602,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -258486,6 +260619,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -258514,6 +260650,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -258528,6 +260667,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -258556,6 +260698,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -258570,6 +260715,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -258598,6 +260746,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -258612,6 +260763,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -258640,6 +260794,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_filt
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -258654,6 +260811,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259090,6 +261250,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259104,6 +261267,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259161,6 +261327,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259175,6 +261344,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259232,6 +261404,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259246,6 +261421,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259327,6 +261505,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259341,6 +261522,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259398,6 +261582,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259412,6 +261599,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259469,6 +261659,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sf
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259483,6 +261676,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sf
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259540,6 +261736,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259554,6 +261753,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259611,6 +261813,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259625,6 +261830,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259682,6 +261890,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259696,6 +261907,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259753,6 +261967,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259767,6 +261984,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259795,6 +262015,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259809,6 +262032,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259837,6 +262063,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259851,6 +262080,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259879,6 +262111,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259893,6 +262128,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259921,6 +262159,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259935,6 +262176,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259963,6 +262207,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259977,6 +262224,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -561877,2808 +564127,4212 @@ dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yy
index 20c9fef..ee0ea77 100644 (file)
@@ -3943,33 +3943,45 @@ bool ValidateAHardwareBuffer(vk::VkFormat format, deUint64 requiredAhbUsage, con
                }
        }
        NativeHandle nativeHandle(ahb);
-       vk::VkAndroidHardwareBufferFormatPropertiesANDROID formatProperties =
-       {
-               vk::VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID,
-               DE_NULL,
-               vk::VK_FORMAT_UNDEFINED,
-               0u,
-               0u,
-               { vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY },
-               vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY,
-               vk::VK_SAMPLER_YCBCR_RANGE_ITU_FULL,
-               vk::VK_CHROMA_LOCATION_COSITED_EVEN,
-               vk::VK_CHROMA_LOCATION_COSITED_EVEN
-       };
-       vk::VkAndroidHardwareBufferPropertiesANDROID bufferProperties =
+
+       const vk::VkComponentMapping mappingA = { vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY };
+       const vk::VkComponentMapping mappingB = { vk::VK_COMPONENT_SWIZZLE_R, vk::VK_COMPONENT_SWIZZLE_G, vk::VK_COMPONENT_SWIZZLE_B, vk::VK_COMPONENT_SWIZZLE_A };
+
+       for (int variantIdx = 0; variantIdx < 2; ++variantIdx)
        {
-               vk::VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID,
-               &formatProperties,
-               0u,
-               0u
-       };
+               // Both mappings should be equivalent and work.
+               const vk::VkComponentMapping& mapping = ((variantIdx == 0) ? mappingA : mappingB);
+
+               vk::VkAndroidHardwareBufferFormatPropertiesANDROID formatProperties =
+               {
+                       vk::VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID,
+                       DE_NULL,
+                       vk::VK_FORMAT_UNDEFINED,
+                       0u,
+                       0u,
+                       mapping,
+                       vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY,
+                       vk::VK_SAMPLER_YCBCR_RANGE_ITU_FULL,
+                       vk::VK_CHROMA_LOCATION_COSITED_EVEN,
+                       vk::VK_CHROMA_LOCATION_COSITED_EVEN
+               };
+
+               vk::VkAndroidHardwareBufferPropertiesANDROID bufferProperties =
+               {
+                       vk::VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID,
+                       &formatProperties,
+                       0u,
+                       0u
+               };
+
+               VK_CHECK(vkd.getAndroidHardwareBufferPropertiesANDROID(device, ahb, &bufferProperties));
+               TCU_CHECK(formatProperties.format != vk::VK_FORMAT_UNDEFINED);
+               TCU_CHECK(formatProperties.format == format);
+               TCU_CHECK(formatProperties.externalFormat != 0u);
+               TCU_CHECK((formatProperties.formatFeatures & vk::VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) != 0u);
+               TCU_CHECK((formatProperties.formatFeatures & (vk::VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT | vk::VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT)) != 0u);
+       }
 
-       VK_CHECK(vkd.getAndroidHardwareBufferPropertiesANDROID(device, ahb, &bufferProperties));
-       TCU_CHECK(formatProperties.format != vk::VK_FORMAT_UNDEFINED);
-       TCU_CHECK(formatProperties.format == format);
-       TCU_CHECK(formatProperties.externalFormat != 0u);
-       TCU_CHECK((formatProperties.formatFeatures & vk::VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) != 0u);
-       TCU_CHECK((formatProperties.formatFeatures & (vk::VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT | vk::VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT)) != 0u);
        return true;
 }
 
index 0a98211..0e46654 100644 (file)
@@ -376,7 +376,7 @@ ImageSamplingInstance::ImageSamplingInstance (Context&                                              context,
 
                                        m_componentMask = tcu::BVec4(true, false, false, false);
 
-                                       if (m_componentMapping.r != VK_COMPONENT_SWIZZLE_IDENTITY)
+                                       if (m_componentMapping.r != VK_COMPONENT_SWIZZLE_IDENTITY && m_componentMapping.r != VK_COMPONENT_SWIZZLE_R)
                                        {
                                                TCU_THROW(NotSupportedError, "filterMinmaxImageComponentMapping is not supported (R mapping is not IDENTITY)");
                                        }
index e01ac29..ed0c3b0 100644 (file)
@@ -835,8 +835,9 @@ MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testC
 
 const VkComponentMapping reduceFilterComponentMappings[]       =
 {
-       // filterMinmaxImageComponentMapping  == false - compatible mapping:
+       // filterMinmaxImageComponentMapping  == false - compatible mappings:
        { VK_COMPONENT_SWIZZLE_IDENTITY,        VK_COMPONENT_SWIZZLE_ZERO,      VK_COMPONENT_SWIZZLE_ZERO,              VK_COMPONENT_SWIZZLE_ZERO       },
+       { VK_COMPONENT_SWIZZLE_R,                       VK_COMPONENT_SWIZZLE_ZERO,      VK_COMPONENT_SWIZZLE_ZERO,              VK_COMPONENT_SWIZZLE_ZERO       },
 
        // other mappings
        { VK_COMPONENT_SWIZZLE_R,                       VK_COMPONENT_SWIZZLE_G,         VK_COMPONENT_SWIZZLE_B,                 VK_COMPONENT_SWIZZLE_A          },
index e437873..7802ea7 100644 (file)
@@ -437,12 +437,15 @@ void populateTextureSwizzleTests (tcu::TestCaseGroup* textureSwizzleTests)
                const VkComponentMapping        componentMapping;
        } componentMappings[] =
        {
-               { "zzzz",       {VK_COMPONENT_SWIZZLE_ZERO,     VK_COMPONENT_SWIZZLE_ZERO,      VK_COMPONENT_SWIZZLE_ZERO,      VK_COMPONENT_SWIZZLE_ZERO}      },
-               { "oooo",       {VK_COMPONENT_SWIZZLE_ONE,      VK_COMPONENT_SWIZZLE_ONE,       VK_COMPONENT_SWIZZLE_ONE,       VK_COMPONENT_SWIZZLE_ONE}       },
-               { "rrrr",       {VK_COMPONENT_SWIZZLE_R,        VK_COMPONENT_SWIZZLE_R,         VK_COMPONENT_SWIZZLE_R,         VK_COMPONENT_SWIZZLE_R}         },
-               { "gggg",       {VK_COMPONENT_SWIZZLE_G,        VK_COMPONENT_SWIZZLE_G,         VK_COMPONENT_SWIZZLE_G,         VK_COMPONENT_SWIZZLE_G}         },
-               { "bbbb",       {VK_COMPONENT_SWIZZLE_B,        VK_COMPONENT_SWIZZLE_B,         VK_COMPONENT_SWIZZLE_B,         VK_COMPONENT_SWIZZLE_B}         },
-               { "aaaa",       {VK_COMPONENT_SWIZZLE_A,        VK_COMPONENT_SWIZZLE_A,         VK_COMPONENT_SWIZZLE_A,         VK_COMPONENT_SWIZZLE_A}         }
+               { "zzzz",       {VK_COMPONENT_SWIZZLE_ZERO,             VK_COMPONENT_SWIZZLE_ZERO,              VK_COMPONENT_SWIZZLE_ZERO,              VK_COMPONENT_SWIZZLE_ZERO}              },
+               { "oooo",       {VK_COMPONENT_SWIZZLE_ONE,              VK_COMPONENT_SWIZZLE_ONE,               VK_COMPONENT_SWIZZLE_ONE,               VK_COMPONENT_SWIZZLE_ONE}               },
+               { "rrrr",       {VK_COMPONENT_SWIZZLE_R,                VK_COMPONENT_SWIZZLE_R,                 VK_COMPONENT_SWIZZLE_R,                 VK_COMPONENT_SWIZZLE_R}                 },
+               { "gggg",       {VK_COMPONENT_SWIZZLE_G,                VK_COMPONENT_SWIZZLE_G,                 VK_COMPONENT_SWIZZLE_G,                 VK_COMPONENT_SWIZZLE_G}                 },
+               { "bbbb",       {VK_COMPONENT_SWIZZLE_B,                VK_COMPONENT_SWIZZLE_B,                 VK_COMPONENT_SWIZZLE_B,                 VK_COMPONENT_SWIZZLE_B}                 },
+               { "aaaa",       {VK_COMPONENT_SWIZZLE_A,                VK_COMPONENT_SWIZZLE_A,                 VK_COMPONENT_SWIZZLE_A,                 VK_COMPONENT_SWIZZLE_A}                 },
+               { "rgba",       {VK_COMPONENT_SWIZZLE_R,                VK_COMPONENT_SWIZZLE_G,                 VK_COMPONENT_SWIZZLE_B,                 VK_COMPONENT_SWIZZLE_A}                 },
+               { "iiii",       {VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_IDENTITY,  VK_COMPONENT_SWIZZLE_IDENTITY,  VK_COMPONENT_SWIZZLE_IDENTITY}  },
+               { "abgr",       {VK_COMPONENT_SWIZZLE_A,                VK_COMPONENT_SWIZZLE_B,                 VK_COMPONENT_SWIZZLE_G,                 VK_COMPONENT_SWIZZLE_R}                 },
        };
 
        static const struct {
index 01ec697..f280af9 100644 (file)
@@ -404,6 +404,11 @@ vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface&              vkd,
                                                                                   vk::VkFormat                                         format,
                                                                                   vk::VkSamplerYcbcrConversion         conversion)
 {
+       // Both mappings should be equivalent: alternate between the two for different formats.
+       const vk::VkComponentMapping    mappingA        = { vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY };
+       const vk::VkComponentMapping    mappingB        = { vk::VK_COMPONENT_SWIZZLE_R, vk::VK_COMPONENT_SWIZZLE_G, vk::VK_COMPONENT_SWIZZLE_B, vk::VK_COMPONENT_SWIZZLE_A };
+       const vk::VkComponentMapping&   mapping         = ((static_cast<int>(format) % 2 == 0) ? mappingA : mappingB);
+
 #if !defined(FAKE_COLOR_CONVERSION)
        const vk::VkSamplerYcbcrConversionInfo  conversionInfo  =
        {
@@ -427,12 +432,7 @@ vk::Move<vk::VkImageView> createImageView (const vk::DeviceInterface&              vkd,
                image,
                vk::VK_IMAGE_VIEW_TYPE_2D,
                format,
-               {
-                       vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-                       vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-                       vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-                       vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-               },
+               mapping,
                { vk::VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u },
        };
 
@@ -1163,6 +1163,18 @@ struct ChromaLocationNamePair
        vk::VkChromaLocation            value;
 };
 
+// Alternate between swizzle_identity and their equivalents. Both should work.
+const vk::VkComponentMapping& getIdentitySwizzle (void)
+{
+       static bool alternate = false;
+       static const vk::VkComponentMapping mappingA = { vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY, vk::VK_COMPONENT_SWIZZLE_IDENTITY };
+       static const vk::VkComponentMapping mappingB = { vk::VK_COMPONENT_SWIZZLE_R, vk::VK_COMPONENT_SWIZZLE_G, vk::VK_COMPONENT_SWIZZLE_B, vk::VK_COMPONENT_SWIZZLE_A };
+
+       const vk::VkComponentMapping& mapping = (alternate ? mappingB : mappingA);
+       alternate = (!alternate);
+       return mapping;
+}
+
 struct YCbCrConversionTestBuilder
 {
        const std::vector<vk::VkFormat> noChromaSubsampledFormats =
@@ -1261,13 +1273,6 @@ struct YCbCrConversionTestBuilder
        // Used by the chroma reconstruction tests
        const vk::VkSamplerYcbcrModelConversion         defaultColorModel               = vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY;
        const vk::VkSamplerYcbcrRange                           defaultColorRange               = vk::VK_SAMPLER_YCBCR_RANGE_ITU_FULL;
-       const vk::VkComponentMapping                            identitySwizzle                 =
-       {
-               vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-               vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-               vk::VK_COMPONENT_SWIZZLE_IDENTITY,
-               vk::VK_COMPONENT_SWIZZLE_IDENTITY
-       };
        const vk::VkComponentMapping                            swappedChromaSwizzle    =
        {
                vk::VK_COMPONENT_SWIZZLE_B,
@@ -1351,7 +1356,7 @@ struct YCbCrConversionTestBuilder
                                                                string                                                  samplerBindingName((samplerBindings[bindingNdx].value != 0) ? string("_") + samplerBindings[bindingNdx].name : string());
                                                                const TestConfig                                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                        textureFilter, chromaLocation, chromaLocation, false, false,
-                                                                       colorRange, colorModel, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                                                       colorRange, colorModel, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                                                addFunctionCaseWithPrograms(colorModelGroup.get(), std::string(textureFilterName) + "_" + tilingName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                                        }
@@ -1392,7 +1397,7 @@ struct YCbCrConversionTestBuilder
                                                                        string                                          samplerBindingName((samplerBindings[bindingNdx].value != 0) ? string("_") + samplerBindings[bindingNdx].name : string());
                                                                        const TestConfig                        config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                textureFilter, chromaLocation, chromaLocation, false, false,
-                                                                               colorRange, colorModel, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                                                               colorRange, colorModel, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                                                        addFunctionCaseWithPrograms(colorRangeGroup.get(), std::string(textureFilterName) + "_" + tilingName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                }
@@ -1457,7 +1462,7 @@ struct YCbCrConversionTestBuilder
                                                                        string                                                  samplerBindingName((samplerBindings[bindingNdx].value != 0) ? string("_") + samplerBindings[bindingNdx].name : string());
                                                                        const TestConfig                                config(shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, false, false,
-                                                                               colorRange, colorModel, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                                                               colorRange, colorModel, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                                                        addFunctionCaseWithPrograms(conversionGroup.get(), string(colorModelName) + "_" + tilingName + "_" + xChromaOffsetName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                }
@@ -1491,7 +1496,7 @@ struct YCbCrConversionTestBuilder
                                                                                string                                          samplerBindingName((samplerBindings[bindingNdx].value != 0) ? string("_") + samplerBindings[bindingNdx].name : string());
                                                                                const TestConfig                        config(shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                        vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, false, false,
-                                                                                       colorRange, colorModel, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                                                                       colorRange, colorModel, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                                                                addFunctionCaseWithPrograms(conversionGroup.get(), string(colorModelName) + "_" + colorRangeName + "_" + tilingName + "_" + xChromaOffsetName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                        }
@@ -1541,7 +1546,7 @@ struct YCbCrConversionTestBuilder
                                                                                const vk::VkChromaLocation              yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).value);
                                                                                const TestConfig                                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                        vk::VK_FILTER_LINEAR, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
-                                                                                       defaultColorRange, defaultColorModel, identitySwizzle, srcSize, dstSize, 0);
+                                                                                       defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, dstSize, 0);
 
                                                                                addFunctionCaseWithPrograms(textureFilterGroup.get(), string(explicitReconstruction ? "explicit_linear_" : "default_linear_") + xChromaOffsetName + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                        }
@@ -1563,7 +1568,7 @@ struct YCbCrConversionTestBuilder
                                                                                        const vk::VkChromaLocation              yChromaOffset(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).value);
                                                                                        const TestConfig                                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                                vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
-                                                                                               defaultColorRange, defaultColorModel, identitySwizzle, srcSize, dstSize, 0);
+                                                                                               defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, dstSize, 0);
 
                                                                                        addFunctionCaseWithPrograms(textureFilterGroup.get(), string("default_nearest_") + xChromaOffsetName + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                                }
@@ -1592,7 +1597,7 @@ struct YCbCrConversionTestBuilder
                                                                                const vk::VkChromaLocation              chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).value);
                                                                                const TestConfig                                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                        vk::VK_FILTER_NEAREST, chromaLocation, chromaLocation, explicitReconstruction, disjoint,
-                                                                                       defaultColorRange, defaultColorModel, identitySwizzle, srcSize, dstSize, 0);
+                                                                                       defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, dstSize, 0);
 
                                                                                addFunctionCaseWithPrograms(textureFilterGroup.get(), string("explicit_nearest") + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                        }
@@ -1662,7 +1667,7 @@ struct YCbCrConversionTestBuilder
                                                                        string                                                          samplerBindingName((samplerBindings[bindingNdx].value != 0) ? string("_") + samplerBindings[bindingNdx].name : string());
                                                                        const TestConfig                                        config(shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                vk::VK_FILTER_NEAREST, chromaOffset, chromaOffset, false, false,
-                                                                               colorRange, colorModel, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                                                               colorRange, colorModel, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                                                        addFunctionCaseWithPrograms(conversionGroup.get(), std::string(colorModelName) + "_" + tilingName + "_" + chromaOffsetName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                }
@@ -1695,7 +1700,7 @@ struct YCbCrConversionTestBuilder
                                                                                string                                                  samplerBindingName((samplerBindings[bindingNdx].value != 0) ? string("_") + samplerBindings[bindingNdx].name : string());
                                                                                const TestConfig                                config(shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                        vk::VK_FILTER_NEAREST, chromaOffset, chromaOffset, false, false,
-                                                                                       colorRange, colorModel, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                                                                       colorRange, colorModel, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                                                                addFunctionCaseWithPrograms(conversionGroup.get(), string(colorModelName) + "_" + colorRangeName + "_" + tilingName + "_" + chromaOffsetName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                        }
@@ -1747,7 +1752,7 @@ struct YCbCrConversionTestBuilder
                                                                                        const glu::ShaderType   shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes)));
                                                                                        const TestConfig                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                                vk::VK_FILTER_LINEAR, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
-                                                                                               defaultColorRange, defaultColorModel, identitySwizzle, srcSize, dstSize, 0);
+                                                                                               defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, dstSize, 0);
 
                                                                                        addFunctionCaseWithPrograms(textureFilterGroup.get(), string(explicitReconstruction ? "explicit_linear_" : "default_linear_") + xChromaOffsetName + "_" + yChromaOffsetName + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                                }
@@ -1767,7 +1772,7 @@ struct YCbCrConversionTestBuilder
                                                                                                const glu::ShaderType   shaderType(rng.choose<glu::ShaderType>(begin(shaderTypes), end(shaderTypes)));
                                                                                                const TestConfig                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                                        vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
-                                                                                                       defaultColorRange, defaultColorModel, identitySwizzle, srcSize, dstSize, 0);
+                                                                                                       defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, dstSize, 0);
 
                                                                                                addFunctionCaseWithPrograms(textureFilterGroup.get(), string("default_nearest_") + xChromaOffsetName + "_" + yChromaOffsetName + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                                        }
@@ -1795,7 +1800,7 @@ struct YCbCrConversionTestBuilder
                                                                                const vk::VkChromaLocation              chromaLocation(rng.choose<ChromaLocationNamePair>(begin(chromaLocations), end(chromaLocations)).value);
                                                                                const TestConfig                                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                                        vk::VK_FILTER_NEAREST, chromaLocation, chromaLocation, explicitReconstruction, disjoint,
-                                                                                       defaultColorRange, defaultColorModel, identitySwizzle, srcSize, dstSize, 0);
+                                                                                       defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, dstSize, 0);
 
                                                                                addFunctionCaseWithPrograms(textureFilterGroup.get(), string("explicit_nearest") + "_" + tilingName + (disjoint ? "_disjoint" : ""), "", checkSupport, createTestShaders, textureConversionTest, config);
                                                                        }
@@ -1858,7 +1863,7 @@ struct YCbCrConversionTestBuilder
 
                                                        const TestConfig                        config(shaderType, format, tiling, filter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                                filter, xChromaOffset, yChromaOffset, false, false,
-                                                               defaultColorRange, defaultColorModel, identitySwizzle, srcSize, srcSize, 0);
+                                                               defaultColorRange, defaultColorModel, getIdentitySwizzle(), srcSize, srcSize, 0);
                                                        std::ostringstream                      testName;
                                                        testName << string("implicit_nearest_") << srcSize.x() << "x" << srcSize.y() << "_" << tilingName << "_" << xChromaOffsetName << "_" << yChromaOffsetName;
 
@@ -1896,7 +1901,7 @@ struct YCbCrConversionTestBuilder
                                        // colorModel==VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST means that we want to create an array of samplers instead of a single sampler
                                        const TestConfig                                config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, vk::VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,
                                                textureFilter, chromaLocation, chromaLocation, false, false,
-                                               colorRange, vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST, identitySwizzle, srcSize, dstSize, samplerBinding);
+                                               colorRange, vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST, getIdentitySwizzle(), srcSize, dstSize, samplerBinding);
 
                                        addFunctionCaseWithPrograms(samplerArrayGroup.get(), std::string(textureFilterName) + "_" + tilingName + samplerBindingName, "", checkSupport, createTestShaders, textureConversionTest, config);
                                }
index 8c4692e..86cb514 100644 (file)
@@ -233372,6 +233372,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -233386,6 +233389,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -233443,6 +233449,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233457,6 +233466,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233514,6 +233526,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233528,6 +233543,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233585,6 +233603,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233599,6 +233620,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233656,6 +233680,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -233670,6 +233697,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -233725,6 +233755,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -233734,6 +233766,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -233781,6 +233815,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_filter.
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -233795,6 +233832,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -233852,6 +233892,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -233866,6 +233909,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -233923,6 +233969,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -233937,6 +233986,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -233994,6 +234046,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -234008,6 +234063,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -234065,6 +234123,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234079,6 +234140,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234134,6 +234198,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -234143,6 +234209,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -234188,6 +234256,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -234197,6 +234267,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -234244,6 +234316,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -234258,6 +234333,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -234315,6 +234393,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -234329,6 +234410,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -234386,6 +234470,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -234400,6 +234487,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -234455,6 +234545,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -234464,6 +234556,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -234509,6 +234603,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -234518,6 +234614,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -234565,6 +234663,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234579,6 +234680,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234636,6 +234740,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -234650,6 +234757,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -234707,6 +234817,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -234721,6 +234834,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -234778,6 +234894,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234792,6 +234911,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234849,6 +234971,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -234863,6 +234988,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -234918,6 +235046,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -234927,6 +235057,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -234972,6 +235104,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -234981,6 +235115,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -235026,6 +235162,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -235035,6 +235173,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -235082,6 +235222,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -235096,6 +235239,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -235151,6 +235297,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -235160,6 +235308,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -235207,6 +235357,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -235221,6 +235374,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -235278,6 +235434,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -235292,6 +235451,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -235349,6 +235511,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -235363,6 +235528,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -235420,6 +235588,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235434,6 +235605,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -235489,6 +235663,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -235498,6 +235674,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -235545,6 +235723,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235559,6 +235740,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -235614,6 +235798,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -235623,6 +235809,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -235668,6 +235856,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -235677,6 +235867,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -235722,6 +235914,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -235731,6 +235925,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -235778,6 +235974,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235792,6 +235991,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -235847,6 +236049,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -235856,6 +236060,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -235901,6 +236107,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -235910,6 +236118,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -235957,6 +236167,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -235971,6 +236184,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -236026,6 +236242,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -236035,6 +236253,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -236082,6 +236302,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -236096,6 +236319,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -236153,6 +236379,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -236167,6 +236396,9 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -236222,6 +236454,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -236231,6 +236465,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -236276,6 +236512,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -236285,6 +236523,8 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_redu
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -236700,6 +236940,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -236714,6 +236957,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -236771,6 +237017,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -236785,6 +237034,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -236842,6 +237094,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -236856,6 +237111,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -236913,6 +237171,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -236927,6 +237188,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -236984,6 +237248,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -236998,6 +237265,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -237053,6 +237323,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -237062,6 +237334,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_r
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -237109,6 +237383,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_f
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -237123,6 +237400,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_f
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -237180,6 +237460,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_fi
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -237194,6 +237477,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_fi
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -237251,6 +237537,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -237265,6 +237554,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -237322,6 +237614,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -237336,6 +237631,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -237393,6 +237691,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -237407,6 +237708,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -237462,6 +237766,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -237471,6 +237777,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -237516,6 +237824,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -237525,6 +237835,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -237572,6 +237884,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -237586,6 +237901,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -237643,6 +237961,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -237657,6 +237978,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -237714,6 +238038,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -237728,6 +238055,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -237783,6 +238113,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -237792,6 +238124,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -237837,6 +238171,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -237846,6 +238182,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -237893,6 +238231,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -237907,6 +238248,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -237964,6 +238308,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -237978,6 +238325,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238035,6 +238385,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -238049,6 +238402,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238106,6 +238462,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -238120,6 +238479,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -238177,6 +238539,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -238191,6 +238556,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -238246,6 +238614,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -238255,6 +238625,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -238300,6 +238672,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -238309,6 +238683,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -238354,6 +238730,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -238363,6 +238741,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -238410,6 +238790,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -238424,6 +238807,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -238479,6 +238865,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -238488,6 +238876,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -238535,6 +238925,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -238549,6 +238942,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -238606,6 +239002,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -238620,6 +239019,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238677,6 +239079,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -238691,6 +239096,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -238748,6 +239156,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -238762,6 +239173,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -238817,6 +239231,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -238826,6 +239242,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -238873,6 +239291,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -238887,6 +239308,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_filte
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -238942,6 +239366,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -238951,6 +239377,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -238996,6 +239424,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -239005,6 +239435,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -239050,6 +239482,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -239059,6 +239493,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -239106,6 +239542,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -239120,6 +239559,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -239175,6 +239617,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -239184,6 +239628,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -239229,6 +239675,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -239238,6 +239686,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -239285,6 +239735,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -239299,6 +239752,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -239354,6 +239810,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -239363,6 +239821,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -239410,6 +239870,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -239424,6 +239887,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -239481,6 +239947,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -239495,6 +239964,9 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -239550,6 +240022,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -239559,6 +240033,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -239604,6 +240080,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -239613,6 +240091,8 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -239660,6 +240140,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -239674,6 +240157,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -239731,6 +240217,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -239745,6 +240234,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -239802,6 +240294,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -239816,6 +240311,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -239873,6 +240371,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -239887,6 +240388,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -239944,6 +240448,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -239958,6 +240465,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -240013,6 +240523,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -240022,6 +240534,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -240069,6 +240583,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_filter.
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -240083,6 +240600,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -240140,6 +240660,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -240154,6 +240677,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -240211,6 +240737,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -240225,6 +240754,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -240282,6 +240814,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -240296,6 +240831,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -240353,6 +240891,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -240367,6 +240908,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -240422,6 +240966,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -240431,6 +240977,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -240476,6 +241024,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -240485,6 +241035,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -240532,6 +241084,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -240546,6 +241101,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -240603,6 +241161,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -240617,6 +241178,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -240674,6 +241238,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -240688,6 +241255,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -240743,6 +241313,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -240752,6 +241324,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -240797,6 +241371,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -240806,6 +241382,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -240853,6 +241431,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -240867,6 +241448,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -240924,6 +241508,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -240938,6 +241525,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -240995,6 +241585,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -241009,6 +241602,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -241066,6 +241662,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -241080,6 +241679,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -241137,6 +241739,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -241151,6 +241756,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -241206,6 +241814,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -241215,6 +241825,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -241260,6 +241872,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -241269,6 +241883,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -241314,6 +241930,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -241323,6 +241941,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -241370,6 +241990,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -241384,6 +242007,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -241439,6 +242065,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -241448,6 +242076,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -241495,6 +242125,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -241509,6 +242142,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -241566,6 +242202,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -241580,6 +242219,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -241637,6 +242279,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -241651,6 +242296,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -241708,6 +242356,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -241722,6 +242373,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -241777,6 +242431,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -241786,6 +242442,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -241833,6 +242491,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -241847,6 +242508,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -241902,6 +242566,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -241911,6 +242577,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -241956,6 +242624,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -241965,6 +242635,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -242010,6 +242682,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -242019,6 +242693,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -242066,6 +242742,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -242080,6 +242759,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -242135,6 +242817,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -242144,6 +242828,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -242189,6 +242875,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -242198,6 +242886,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -242245,6 +242935,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -242259,6 +242952,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -242314,6 +243010,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -242323,6 +243021,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -242370,6 +243070,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -242384,6 +243087,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -242441,6 +243147,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -242455,6 +243164,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -242510,6 +243222,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -242519,6 +243233,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -242564,6 +243280,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -242573,6 +243291,8 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_redu
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -242620,6 +243340,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -242677,6 +243400,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -242734,6 +243460,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -242791,6 +243520,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -242848,6 +243580,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -242905,6 +243640,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -242962,6 +243700,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243019,6 +243760,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243076,6 +243820,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243133,6 +243880,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243190,6 +243940,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243247,6 +244000,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243304,6 +244060,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243361,6 +244120,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243418,6 +244180,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243475,6 +244240,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243532,6 +244300,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243589,6 +244360,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243646,6 +244420,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -243703,6 +244480,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -243760,6 +244540,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -243774,6 +244557,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -243831,6 +244617,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -243845,6 +244634,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -243902,6 +244694,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -243916,6 +244711,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -243973,6 +244771,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -243987,6 +244788,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -244044,6 +244848,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -244058,6 +244865,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -244115,6 +244925,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -244129,6 +244942,9 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -244762,6 +245578,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -244776,6 +245595,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -244833,6 +245655,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -244847,6 +245672,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -244904,6 +245732,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -244918,6 +245749,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -244975,6 +245809,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -244989,6 +245826,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -245046,6 +245886,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -245060,6 +245903,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -245115,6 +245961,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -245124,6 +245972,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_r
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -245171,6 +246021,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_f
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -245185,6 +246038,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_f
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -245242,6 +246098,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -245256,6 +246115,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -245313,6 +246175,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -245327,6 +246192,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -245384,6 +246252,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -245398,6 +246269,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -245455,6 +246329,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -245469,6 +246346,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -245524,6 +246404,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -245533,6 +246415,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -245578,6 +246462,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -245587,6 +246473,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -245634,6 +246522,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -245648,6 +246539,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -245705,6 +246599,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -245719,6 +246616,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -245776,6 +246676,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -245790,6 +246693,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -245845,6 +246751,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -245854,6 +246762,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -245899,6 +246809,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -245908,6 +246820,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -245955,6 +246869,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -245969,6 +246886,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -246026,6 +246946,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246040,6 +246963,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246097,6 +247023,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246111,6 +247040,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246168,6 +247100,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -246182,6 +247117,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -246239,6 +247177,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -246253,6 +247194,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -246308,6 +247252,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -246317,6 +247263,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -246362,6 +247310,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -246371,6 +247321,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -246416,6 +247368,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -246425,6 +247379,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -246472,6 +247428,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -246486,6 +247445,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -246541,6 +247503,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -246550,6 +247514,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -246597,6 +247563,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -246611,6 +247580,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -246668,6 +247640,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246682,6 +247657,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246739,6 +247717,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -246753,6 +247734,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -246810,6 +247794,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -246824,6 +247811,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -246879,6 +247869,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -246888,6 +247880,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -246935,6 +247929,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -246949,6 +247946,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247004,6 +248004,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -247013,6 +248015,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -247058,6 +248062,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -247067,6 +248073,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -247112,6 +248120,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -247121,6 +248131,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.com
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -247168,6 +248180,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -247182,6 +248197,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247237,6 +248255,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -247246,6 +248266,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -247291,6 +248313,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -247300,6 +248324,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -247347,6 +248373,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -247361,6 +248390,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247416,6 +248448,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -247425,6 +248459,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -247472,6 +248508,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -247486,6 +248525,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -247543,6 +248585,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -247557,6 +248602,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -247612,6 +248660,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -247621,6 +248671,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -247666,6 +248718,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -247675,6 +248729,8 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -247722,6 +248778,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_f
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -247779,6 +248838,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -247836,6 +248898,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -247893,6 +248958,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -247950,6 +249018,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248007,6 +249078,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248064,6 +249138,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248121,6 +249198,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248178,6 +249258,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248235,6 +249318,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248292,6 +249378,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248349,6 +249438,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248406,6 +249498,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248463,6 +249558,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248520,6 +249618,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248577,6 +249678,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248634,6 +249738,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248691,6 +249798,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248748,6 +249858,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -248805,6 +249918,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -248862,6 +249978,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -248876,6 +249995,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -248933,6 +250055,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -248947,6 +250072,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_filte
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249004,6 +250132,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -249018,6 +250149,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -249075,6 +250209,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -249089,6 +250226,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -249146,6 +250286,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -249160,6 +250303,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -249217,6 +250363,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_filter
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -249231,6 +250380,9 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_filter
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -249288,6 +250440,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -249302,6 +250457,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -249359,6 +250517,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249373,6 +250534,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249430,6 +250594,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249444,6 +250611,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249501,6 +250671,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249515,6 +250688,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249572,6 +250748,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -249586,6 +250765,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249641,6 +250823,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -249650,6 +250834,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -249697,6 +250883,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_filter.
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -249711,6 +250900,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249768,6 +250960,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -249782,6 +250977,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -249839,6 +251037,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249853,6 +251054,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249910,6 +251114,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -249924,6 +251131,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -249981,6 +251191,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -249995,6 +251208,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250050,6 +251266,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -250059,6 +251277,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250104,6 +251324,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -250113,6 +251335,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -250160,6 +251384,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -250174,6 +251401,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -250231,6 +251461,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -250245,6 +251478,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -250302,6 +251538,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -250316,6 +251555,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -250371,6 +251613,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -250380,6 +251624,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250425,6 +251671,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -250434,6 +251682,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -250481,6 +251731,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -250495,6 +251748,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250552,6 +251808,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -250566,6 +251825,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -250623,6 +251885,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -250637,6 +251902,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -250694,6 +251962,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -250708,6 +251979,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250765,6 +252039,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -250779,6 +252056,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -250834,6 +252114,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -250843,6 +252125,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_one_r_r_r.m
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250888,6 +252172,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -250897,6 +252183,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -250942,6 +252230,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -250951,6 +252241,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -250998,6 +252290,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -251012,6 +252307,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -251067,6 +252365,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -251076,6 +252376,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -251123,6 +252425,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -251137,6 +252442,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -251194,6 +252502,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -251208,6 +252519,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -251265,6 +252579,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -251279,6 +252596,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -251336,6 +252656,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251350,6 +252673,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251405,6 +252731,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -251414,6 +252742,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -251461,6 +252791,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251475,6 +252808,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251530,6 +252866,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -251539,6 +252877,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -251584,6 +252924,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -251593,6 +252935,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -251638,6 +252982,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -251647,6 +252993,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_one_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -251694,6 +253042,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251708,6 +253059,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251763,6 +253117,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -251772,6 +253128,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -251817,6 +253175,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -251826,6 +253186,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_one_r_r_r.
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -251873,6 +253235,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -251887,6 +253252,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -251942,6 +253310,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -251951,6 +253321,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -251998,6 +253370,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -252012,6 +253387,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -252069,6 +253447,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -252083,6 +253464,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -252138,6 +253522,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -252147,6 +253533,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -252192,6 +253580,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -252201,6 +253591,8 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_redu
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -252248,6 +253640,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252305,6 +253700,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252362,6 +253760,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252419,6 +253820,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252476,6 +253880,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252533,6 +253940,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252590,6 +254000,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252647,6 +254060,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252704,6 +254120,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252761,6 +254180,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252818,6 +254240,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252875,6 +254300,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -252932,6 +254360,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -252989,6 +254420,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253046,6 +254480,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -253103,6 +254540,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253160,6 +254600,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -253217,6 +254660,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253274,6 +254720,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -253331,6 +254780,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -253388,6 +254840,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -253402,6 +254857,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -253459,6 +254917,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -253473,6 +254934,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -253530,6 +254994,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -253544,6 +255011,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -253601,6 +255071,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -253615,6 +255088,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -253672,6 +255148,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -253686,6 +255165,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -253743,6 +255225,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -253757,6 +255242,9 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -253814,6 +255302,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -253828,6 +255319,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -253856,6 +255350,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -253870,6 +255367,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -253898,6 +255398,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -253911,6 +255414,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -253939,6 +255445,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -253953,6 +255462,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -253981,6 +255493,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -253995,6 +255510,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -254021,6 +255539,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -254030,6 +255550,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduc
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -254048,6 +255570,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_filte
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -254062,6 +255587,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -254090,6 +255618,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -254104,6 +255635,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -254132,6 +255666,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -254146,6 +255683,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -254174,6 +255714,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -254188,6 +255731,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -254216,6 +255762,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254230,6 +255779,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254256,6 +255808,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -254265,6 +255819,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254281,6 +255837,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -254290,6 +255848,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254308,6 +255868,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254322,6 +255885,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254350,6 +255916,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254364,6 +255933,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254392,6 +255964,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254406,6 +255981,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254432,6 +256010,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -254441,6 +256021,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254457,6 +256039,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -254466,6 +256050,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254484,6 +256070,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254498,6 +256087,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254526,6 +256118,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254540,6 +256135,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254568,6 +256166,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254582,6 +256183,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254610,6 +256214,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254624,6 +256231,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254652,6 +256262,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -254666,6 +256279,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -254692,6 +256308,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -254701,6 +256319,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_one_r_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254717,6 +256337,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -254726,6 +256348,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -254742,6 +256366,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -254751,6 +256377,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_one_r_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254769,6 +256397,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254783,6 +256414,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254809,6 +256443,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -254818,6 +256454,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -254836,6 +256474,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -254850,6 +256491,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -254878,6 +256522,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254892,6 +256539,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254920,6 +256570,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -254934,6 +256587,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -254962,6 +256618,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -254976,6 +256635,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255002,6 +256664,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -255011,6 +256675,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -255029,6 +256695,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255043,6 +256712,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255069,6 +256741,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -255078,6 +256752,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -255094,6 +256770,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -255103,6 +256781,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -255119,6 +256799,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -255128,6 +256810,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -255146,6 +256830,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255160,6 +256847,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255186,6 +256876,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -255195,6 +256887,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_one_r_r_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -255211,6 +256905,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -255220,6 +256916,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_one_r_r_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -255238,6 +256936,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255252,6 +256953,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255278,6 +256982,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -255287,6 +256993,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_one_r
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -255305,6 +257013,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -255319,6 +257030,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -255347,6 +257061,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -255361,6 +257078,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -255387,6 +257107,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -255396,6 +257118,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -255412,6 +257136,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -255421,6 +257147,8 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_re
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -255439,6 +257167,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255467,6 +257198,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255495,6 +257229,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255523,6 +257260,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255551,6 +257291,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255579,6 +257322,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255607,6 +257353,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255635,6 +257384,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255663,6 +257415,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255691,6 +257446,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255719,6 +257477,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255747,6 +257508,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255775,6 +257539,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255803,6 +257570,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255831,6 +257601,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255859,6 +257632,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255887,6 +257663,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255915,6 +257694,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255943,6 +257725,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -255971,6 +257756,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_filter.
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -255999,6 +257787,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -256013,6 +257804,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -256041,6 +257835,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -256055,6 +257852,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256083,6 +257883,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -256097,6 +257900,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -256125,6 +257931,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -256139,6 +257948,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -256167,6 +257979,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -256181,6 +257996,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -256209,6 +258027,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -256223,6 +258044,9 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -256251,6 +258075,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_r_g_b_a.max
@@ -256265,6 +258092,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_r_g_b_a.max
@@ -256293,6 +258123,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256307,6 +258140,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256335,6 +258171,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256349,6 +258188,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256377,6 +258219,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256391,6 +258236,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256419,6 +258267,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -256433,6 +258284,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.ma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256459,6 +258313,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.min
@@ -256468,6 +258324,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.min
@@ -256486,6 +258344,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -256500,6 +258361,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256528,6 +258392,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_r_g_b_a.max
@@ -256542,6 +258409,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_r_g_b_a.max
@@ -256570,6 +258440,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256584,6 +258457,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256612,6 +258488,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_r_g_b_a.max
@@ -256626,6 +258505,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_g_b_a.max
@@ -256654,6 +258536,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -256668,6 +258553,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -256694,6 +258582,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.min
@@ -256703,6 +258593,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.min
@@ -256719,6 +258611,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.min
@@ -256728,6 +258622,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.co
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.min
@@ -256746,6 +258642,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_r_g_b_a.max
@@ -256760,6 +258659,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -256788,6 +258690,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -256802,6 +258707,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -256830,6 +258738,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_r_g_b_a.max
@@ -256844,6 +258755,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -256870,6 +258784,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.min
@@ -256879,6 +258795,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.min
@@ -256895,6 +258813,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_b_g_r_a.min
@@ -256904,6 +258824,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -256922,6 +258844,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_r_g_b_a.max
@@ -256936,6 +258861,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -256964,6 +258892,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -256978,6 +258909,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257006,6 +258940,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_r_g_b_a.max
@@ -257020,6 +258957,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_filter.n
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257048,6 +258988,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_r_g_b_a.max
@@ -257062,6 +259005,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_filter.near
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -257090,6 +259036,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_r_g_b_a.max
@@ -257104,6 +259053,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_r_g_b_a.max
@@ -257130,6 +259082,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_b_g_r_a.min
@@ -257139,6 +259093,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_one
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_b_g_r_a.min
@@ -257155,6 +259111,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.min
@@ -257164,6 +259122,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.co
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.min
@@ -257180,6 +259140,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.min
@@ -257189,6 +259151,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_o
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.min
@@ -257207,6 +259171,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_r_g_b_a.max
@@ -257221,6 +259188,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -257247,6 +259217,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.min
@@ -257256,6 +259228,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.min
@@ -257274,6 +259248,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_r_g_b_a.max
@@ -257288,6 +259265,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_r_g_b_a.max
@@ -257316,6 +259296,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -257330,6 +259313,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_filter.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257358,6 +259344,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_r_g_b_a.max
@@ -257372,6 +259361,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_r_g_b_a.max
@@ -257400,6 +259392,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257414,6 +259409,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_filter.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257440,6 +259438,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.min
@@ -257449,6 +259449,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.min
@@ -257467,6 +259469,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257481,6 +259486,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257507,6 +259515,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.min
@@ -257516,6 +259526,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.min
@@ -257532,6 +259544,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.min
@@ -257541,6 +259555,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduc
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.min
@@ -257557,6 +259573,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.min
@@ -257566,6 +259584,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.c
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.min
@@ -257584,6 +259604,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257598,6 +259621,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257624,6 +259650,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_b_g_r_a.min
@@ -257633,6 +259661,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_b_g_r_a.min
@@ -257649,6 +259679,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_b_g_r_a.min
@@ -257658,6 +259690,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_on
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_b_g_r_a.min
@@ -257676,6 +259710,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257690,6 +259727,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_filter
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257716,6 +259756,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.min
@@ -257725,6 +259767,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.min
@@ -257743,6 +259787,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_r_g_b_a.max
@@ -257757,6 +259804,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_r_g_b_a.max
@@ -257785,6 +259835,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -257799,6 +259852,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -257825,6 +259881,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.min
@@ -257834,6 +259892,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.min
@@ -257850,6 +259910,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.min
@@ -257859,6 +259921,8 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_r_g_b_a.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.min
@@ -257877,6 +259941,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -257905,6 +259972,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -257933,6 +260003,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.m
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -257961,6 +260034,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.ma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -257989,6 +260065,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.m
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258017,6 +260096,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.ma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258045,6 +260127,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258073,6 +260158,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258101,6 +260189,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258129,6 +260220,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258157,6 +260251,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258185,6 +260282,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258213,6 +260313,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258241,6 +260344,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258269,6 +260375,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258297,6 +260406,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258325,6 +260437,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258353,6 +260468,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_fi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258381,6 +260499,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_r_g_b_a.max
@@ -258409,6 +260530,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_f
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_r_g_b_a.max
@@ -258437,6 +260561,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_r_g_b_a.max
@@ -258451,6 +260578,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_filter.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_r_g_b_a.max
@@ -258479,6 +260609,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_r_g_b_a.max
@@ -258493,6 +260626,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_fil
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_r_g_b_a.max
@@ -258521,6 +260657,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_r_g_b_a.max
@@ -258535,6 +260674,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_filter.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_r_g_b_a.max
@@ -258563,6 +260705,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -258577,6 +260722,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -258605,6 +260753,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -258619,6 +260770,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_filte
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -258647,6 +260801,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_filt
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -258661,6 +260818,9 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_filt
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259097,6 +261257,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259111,6 +261274,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259168,6 +261334,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259182,6 +261351,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259239,6 +261411,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259253,6 +261428,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259334,6 +261512,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259348,6 +261529,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259405,6 +261589,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259419,6 +261606,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_un
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259476,6 +261666,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sf
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259490,6 +261683,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sf
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259547,6 +261743,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259561,6 +261760,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259618,6 +261820,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259632,6 +261837,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259689,6 +261897,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259703,6 +261914,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259760,6 +261974,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259774,6 +261991,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259802,6 +262022,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259816,6 +262039,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259844,6 +262070,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259858,6 +262087,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259886,6 +262118,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259900,6 +262135,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259928,6 +262166,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259942,6 +262183,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -259970,6 +262214,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_r_g_b_a.max
@@ -259984,6 +262231,9 @@ dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_g_b_a.max
@@ -563937,2808 +566187,4212 @@ dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4_unorm_pack8_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r4g4b4a4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g6b5_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r5g5b5a1_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r8g8b8a8_srgb_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_unorm_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2r10g10b10_uint_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a2b10g10r10_uscaled_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_unorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_snorm_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sscaled_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r16g16b16a16_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_uint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sint_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.r32g32b32a32_sfloat_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b10g11r11_ufloat_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.e5b9g9r9_ufloat_pack32_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b4g4r4a4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a1_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8a8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11_snorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.eac_r11g11_snorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_4x4_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x4_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_5x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_6x6_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x6_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_8x8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x5_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x6_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x8_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_10x10_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x10_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_unorm_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_zzzz
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_oooo
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rrrr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_gggg
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_bbbb
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.r4g4_unorm_pack8_2d_pot_yy