Add tests for VK_EXT_sampler_filter_minmax
authorSlawomir Cygan <slawomir.cygan@intel.com>
Mon, 31 Jul 2017 16:51:55 +0000 (18:51 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 10 Jan 2018 10:39:11 +0000 (05:39 -0500)
This adds testing coverage for VK_EXT_sampler_filter_minmax extension,
that extends sampler by adding MIN/MAX/AVERAGE reduction filters.

Framework changes:
Add support for reduction modes in tcu: Sampler and TexLookupVerifier

Vulkan changes:
Add support for depth and depth/stencil images,
non-trivial component mappings (including ZERO and ONE swizzlers)
dEQP-VK.pipeline.sampler tests.

If filterMinmaxImageComponentMapping is enabled, check
required VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT
flag in dEQP-VK.api.* tests.

Affects:
dEQP-VK.api.info.format_properties.*

New tests:
dEQP-VK.pipeline.sampler.view_type.*.format.(any color format).min_reduce.*
dEQP-VK.pipeline.sampler.view_type.*.format.(any color format).mag_reduce.*
dEQP-VK.pipeline.sampler.view_type.*.format.(any depth format)

Components: Framework, Vulkan

VK-GL-CTS issue: 627

Change-Id: Icd4be2517a0dcc91b32444dd805010c804c4c3fd

18 files changed:
android/cts/master/vk-master.txt
external/vulkancts/framework/vulkan/vkBasicTypes.inl
external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl
external/vulkancts/framework/vulkan/vkImageUtil.cpp
external/vulkancts/framework/vulkan/vkImageUtil.hpp
external/vulkancts/framework/vulkan/vkStrUtil.inl
external/vulkancts/framework/vulkan/vkStrUtilImpl.inl
external/vulkancts/framework/vulkan/vkStructTypes.inl
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.hpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.hpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp
external/vulkancts/mustpass/1.0.3/vk-default.txt
external/vulkancts/scripts/src/vulkan.h.in
framework/common/tcuTexLookupVerifier.cpp
framework/common/tcuTexture.hpp

index aa9eb97..3ce6a7d 100644 (file)
@@ -116488,8 +116488,32 @@ dEQP-VK.pipeline.image.dedicated_allocation.sampling_type.separate.view_type.cub
 dEQP-VK.pipeline.image.dedicated_allocation.sampling_type.separate.view_type.cube_array.format.r16_sfloat.count_1.size.13x13_array_of_36
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -116535,8 +116559,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116582,8 +116630,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116629,8 +116701,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116676,8 +116772,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -116722,7 +116842,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -116761,8 +116897,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -116808,8 +116968,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -116855,8 +117039,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116902,8 +117110,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116949,8 +117181,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -116995,7 +117251,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -117033,7 +117305,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -117072,8 +117360,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -117119,8 +117431,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -117166,8 +117502,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -117212,7 +117572,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -117250,7 +117626,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -117289,8 +117681,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -117336,8 +117752,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -117383,8 +117823,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -117430,8 +117894,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -117477,8 +117965,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -117523,7 +118035,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -117561,7 +118089,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -117599,7 +118143,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -117638,8 +118198,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -117684,7 +118268,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -117723,8 +118323,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -117770,8 +118394,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -117817,8 +118465,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -117864,8 +118536,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -117910,7 +118606,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -117949,8 +118661,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -117995,7 +118731,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -118033,7 +118785,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -118071,7 +118839,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -118110,8 +118894,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -118156,7 +118964,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -118194,7 +119018,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -118233,8 +119073,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -118279,7 +119143,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -118316,8 +119196,166 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -118355,7 +119393,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -118394,8 +119448,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.address_
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -118441,8 +119519,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118488,8 +119590,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118535,8 +119661,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.address_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118582,8 +119732,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -118628,7 +119802,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -118667,8 +119857,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -118714,8 +119928,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -118761,8 +119999,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.addres
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118808,8 +120070,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118855,8 +120141,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -118901,7 +120211,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -118939,7 +120265,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -118978,8 +120320,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -119025,8 +120391,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -119072,8 +120462,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -119118,7 +120532,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -119156,7 +120586,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -119195,8 +120641,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -119242,8 +120712,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -119289,8 +120783,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -119336,8 +120854,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -119383,8 +120925,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -119429,7 +120995,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -119467,7 +121049,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -119505,7 +121103,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -119544,8 +121158,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -119590,7 +121228,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -119629,8 +121283,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -119676,8 +121354,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -119723,8 +121425,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -119770,8 +121496,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -119816,7 +121566,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -119855,8 +121621,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -119901,7 +121691,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -119939,7 +121745,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -119977,7 +121799,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -120016,8 +121854,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -120062,7 +121924,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -120100,7 +121978,23 @@ 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_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -120139,8 +122033,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -120185,7 +122103,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -120222,8 +122156,166 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -120261,7 +122353,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -120300,8 +122408,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.ad
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -120347,8 +122479,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120394,8 +122550,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120441,8 +122621,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120488,8 +122692,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -120534,7 +122762,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -120573,8 +122817,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -120620,8 +122888,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -120667,8 +122959,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120714,8 +123030,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120761,8 +123101,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -120807,7 +123171,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -120845,7 +123225,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -120884,8 +123280,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -120931,8 +123351,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -120978,8 +123422,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -121024,7 +123492,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -121062,7 +123546,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -121101,8 +123601,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -121148,8 +123672,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -121195,8 +123743,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -121242,8 +123814,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -121289,8 +123885,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -121335,7 +123955,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -121373,7 +124009,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -121411,7 +124063,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -121450,8 +124118,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -121496,7 +124188,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -121535,8 +124243,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -121582,8 +124314,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -121629,8 +124385,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -121676,8 +124456,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -121722,7 +124526,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -121761,8 +124581,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -121807,7 +124651,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -121845,7 +124705,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -121883,7 +124759,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -121922,8 +124814,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -121968,7 +124884,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -122006,7 +124938,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -122045,8 +124993,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -122091,7 +125063,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -122128,8 +125116,166 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -122167,7 +125313,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -122206,6 +125368,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.address_
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122251,6 +125425,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122296,6 +125482,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122341,6 +125539,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122386,6 +125596,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122431,6 +125653,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122476,6 +125710,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122521,6 +125767,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -122566,6 +125824,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122611,6 +125881,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -122656,6 +125938,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122701,6 +125995,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122746,6 +126052,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122791,6 +126109,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122836,6 +126166,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122881,6 +126223,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122926,6 +126280,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122971,6 +126337,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -123016,6 +126394,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -123061,6 +126451,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -123104,10 +126506,460 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.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.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.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.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.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -123153,8 +127005,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123200,8 +127076,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123247,8 +127147,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123294,8 +127218,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -123340,7 +127288,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -123379,8 +127343,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -123426,8 +127414,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -123473,8 +127485,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123520,8 +127556,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123567,8 +127627,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -123613,7 +127697,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -123651,7 +127751,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -123690,8 +127806,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -123737,8 +127877,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -123784,8 +127948,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -123830,7 +128018,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -123868,7 +128072,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -123907,8 +128127,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -123954,8 +128198,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -124001,8 +128269,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -124048,8 +128340,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -124095,8 +128411,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -124141,7 +128481,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -124179,7 +128535,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -124217,7 +128589,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -124256,8 +128644,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -124302,7 +128714,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -124341,8 +128769,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -124388,8 +128840,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -124435,8 +128911,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -124482,8 +128982,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -124528,7 +129052,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -124567,8 +129107,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -124613,7 +129177,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -124651,7 +129231,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -124689,7 +129285,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -124728,8 +129340,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -124774,7 +129410,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -124812,7 +129464,23 @@ 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_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -124851,8 +129519,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -124897,7 +129589,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -124934,8 +129642,166 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -124973,7 +129839,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -125012,6 +129894,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.ad
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125057,6 +129951,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.addre
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125102,6 +130008,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125147,6 +130065,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.add
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125192,6 +130122,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125237,6 +130179,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.add
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125282,6 +130236,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125327,6 +130293,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -125372,6 +130350,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125417,6 +130407,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -125462,6 +130464,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125507,6 +130521,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125552,6 +130578,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125597,6 +130635,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125642,6 +130692,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125687,6 +130749,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125732,6 +130806,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125777,6 +130863,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125822,6 +130920,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125867,6 +130977,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125910,10 +131032,460 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.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_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.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_array.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.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -125959,8 +131531,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126006,8 +131602,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126053,8 +131673,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126100,8 +131744,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -126146,7 +131814,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -126185,8 +131869,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -126232,8 +131940,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -126279,8 +132011,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126326,8 +132082,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126373,8 +132153,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -126419,7 +132223,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -126457,7 +132277,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -126496,8 +132332,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -126543,8 +132403,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -126590,8 +132474,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -126636,7 +132544,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -126674,7 +132598,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -126713,8 +132653,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -126760,8 +132724,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -126807,8 +132795,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -126854,8 +132866,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -126901,8 +132937,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -126947,7 +133007,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -126985,7 +133061,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -127023,7 +133115,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -127062,8 +133170,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -127108,7 +133240,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -127147,8 +133295,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -127194,8 +133366,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -127241,8 +133437,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -127288,8 +133508,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -127334,7 +133578,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -127373,8 +133633,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -127419,7 +133703,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -127457,7 +133757,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -127495,7 +133811,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -127534,8 +133866,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -127580,7 +133936,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -127618,7 +133990,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -127657,8 +134045,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -127703,7 +134115,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -127740,8 +134168,166 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -127779,7 +134365,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -127818,6 +134420,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.address_
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -127863,6 +134477,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.address_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -127908,6 +134534,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -127953,6 +134591,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -127998,6 +134648,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128043,6 +134705,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128088,6 +134762,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128133,6 +134819,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -128178,6 +134876,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128223,6 +134933,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -128268,6 +134990,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128313,6 +135047,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128358,6 +135104,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128403,6 +135161,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128448,6 +135218,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128493,6 +135275,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128538,6 +135332,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128583,6 +135389,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128628,6 +135446,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128673,6 +135503,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128716,10 +135558,460 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.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.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.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.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -128736,8 +136028,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128754,7 +136070,31 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128771,8 +136111,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128789,8 +136153,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -128806,7 +136194,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -128816,8 +136220,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -128834,8 +136262,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.li
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -128852,8 +136304,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128870,8 +136346,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128888,8 +136388,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -128905,7 +136429,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -128914,7 +136454,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -128924,8 +136480,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -128942,8 +136522,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -128960,8 +136564,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.linear.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -128977,7 +136605,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -128986,7 +136630,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -128996,8 +136656,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -129014,8 +136698,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -129032,8 +136740,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -129050,8 +136782,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -129068,8 +136824,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.linear.lod.sel
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -129085,7 +136865,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -129094,7 +136890,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -129103,7 +136915,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -129113,8 +136941,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -129130,7 +136982,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -129140,8 +137008,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -129158,8 +137050,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -129176,8 +137092,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.linear.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -129194,8 +137134,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.linear.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -129211,7 +137175,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -129221,8 +137201,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -129238,7 +137242,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -129247,7 +137267,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -129256,7 +137292,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -129266,8 +137318,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -129283,7 +137359,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -129292,7 +137384,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -129302,8 +137410,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -129319,7 +137451,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -129327,8 +137475,108 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -129337,7 +137585,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -129347,6 +137611,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129363,6 +137639,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.li
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129379,6 +137667,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129395,6 +137695,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129411,6 +137723,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129427,6 +137751,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129443,6 +137779,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129459,6 +137807,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -129475,6 +137835,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129491,6 +137863,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -129507,6 +137891,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129523,6 +137919,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129539,6 +137947,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129555,6 +137975,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129571,6 +138003,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129587,6 +138031,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129603,6 +138059,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129619,6 +138087,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129635,6 +138115,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129651,6 +138143,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129665,10 +138169,286 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -129685,8 +138465,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129703,8 +138507,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129721,8 +138549,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129739,8 +138591,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -129756,7 +138632,23 @@ 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.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -129766,8 +138658,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mip
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -129784,8 +138700,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mip
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -129802,8 +138742,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129820,8 +138784,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129838,8 +138826,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -129855,7 +138867,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -129864,7 +138892,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -129874,8 +138918,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -129892,8 +138960,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -129910,8 +139002,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.linear.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -129927,7 +139043,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -129936,7 +139068,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -129946,8 +139094,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -129964,8 +139136,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -129982,8 +139178,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -130000,8 +139220,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -130018,8 +139262,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.linear.l
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -130035,7 +139303,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -130044,7 +139328,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -130053,7 +139353,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -130063,8 +139379,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -130080,7 +139420,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -130090,8 +139446,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -130108,8 +139488,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -130126,8 +139530,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.linear.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -130144,8 +139572,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -130161,7 +139613,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -130171,8 +139639,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -130188,7 +139680,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -130197,7 +139705,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -130206,7 +139730,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -130216,8 +139756,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -130233,7 +139797,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -130242,7 +139822,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -130252,8 +139848,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -130269,7 +139889,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -130277,8 +139913,108 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -130287,7 +140023,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -130297,6 +140049,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130313,6 +140077,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mip
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130329,6 +140105,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130345,6 +140133,18 @@ 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.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130361,6 +140161,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130377,6 +140189,18 @@ 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.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130393,6 +140217,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130409,6 +140245,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -130425,6 +140273,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130441,6 +140301,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -130457,6 +140329,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130473,6 +140357,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130489,6 +140385,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130505,6 +140413,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130521,6 +140441,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130537,6 +140469,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130553,6 +140497,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130569,6 +140525,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130585,6 +140553,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130601,6 +140581,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130615,6 +140607,258 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
index 48d130c..919c0f0 100644 (file)
@@ -214,6 +214,8 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR                                            = 1000127001,
        VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR                                         = 1000146000,
        VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR                                          = 1000146001,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT          = 1000130000,
+       VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT                                        = 1000130001,
        VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR                                                     = 1000147000,
        VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR                           = 1000146002,
        VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR                                                                     = 1000146003,
@@ -968,6 +970,15 @@ enum VkDebugReportErrorEXT
        VK_DEBUG_REPORT_ERROR_EXT_LAST
 };
 
+enum VkSamplerReductionModeEXT
+{
+       VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT  = 0,
+       VK_SAMPLER_REDUCTION_MODE_MIN_EXT                               = 1,
+       VK_SAMPLER_REDUCTION_MODE_MAX_EXT                               = 2,
+
+       VK_SAMPLER_REDUCTION_MODE_EXT_LAST
+};
+
 enum VkFormatFeatureFlagBits
 {
        VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT                                                                                                                                     = 0x00000001,
@@ -993,6 +1004,7 @@ enum VkFormatFeatureFlagBits
        VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR       = 0x00200000,
        VK_FORMAT_FEATURE_DISJOINT_BIT_KHR                                                                                                                                      = 0x00400000,
        VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR                                                                                                        = 0x00800000,
+       VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT                                                                                           = 0x00010000,
 };
 typedef deUint32 VkFormatFeatureFlags;
 
index dd146b6..fe99085 100644 (file)
@@ -671,3 +671,13 @@ template<> VkStructureType getStructureType<VkBindImageMemoryInfoKHR> (void)
        return VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO_KHR;
 }
 
+template<> VkStructureType getStructureType<VkSamplerReductionModeCreateInfoEXT> (void)
+{
+       return VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT;
+}
+
index c510082..f747940 100644 (file)
@@ -2297,6 +2297,26 @@ tcu::Sampler mapVkSampler (const VkSamplerCreateInfo& samplerCreateInfo)
        // \note minLod & maxLod are not supported by tcu::Sampler. LOD must be clamped
        //       before passing it to tcu::Texture*::sample*()
 
+       tcu::Sampler::ReductionMode reductionMode = tcu::Sampler::WEIGHTED_AVERAGE;
+
+       if (samplerCreateInfo.pNext != DE_NULL)
+       {
+               const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(samplerCreateInfo.pNext);
+               switch (nextType)
+               {
+                       case VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT:
+                       {
+                               const VkSamplerReductionModeCreateInfoEXT reductionModeCreateInfo = *reinterpret_cast<const VkSamplerReductionModeCreateInfoEXT*>(samplerCreateInfo.pNext);
+                               reductionMode = mapVkSamplerReductionMode(reductionModeCreateInfo.reductionMode);
+                               break;
+                       }
+                       default:
+                               TCU_FAIL("Unrecognized sType in chained sampler create info");
+               }
+       }
+
+
+
        tcu::Sampler sampler(mapVkSamplerAddressMode(samplerCreateInfo.addressModeU),
                                                 mapVkSamplerAddressMode(samplerCreateInfo.addressModeV),
                                                 mapVkSamplerAddressMode(samplerCreateInfo.addressModeW),
@@ -2308,7 +2328,9 @@ tcu::Sampler mapVkSampler (const VkSamplerCreateInfo& samplerCreateInfo)
                                                                                                                 : tcu::Sampler::COMPAREMODE_NONE,
                                                 0,
                                                 tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f),
-                                                true);
+                                                true,
+                                                tcu::Sampler::MODE_DEPTH,
+                                                reductionMode);
 
        if (samplerCreateInfo.anisotropyEnable)
                TCU_THROW(InternalError, "Anisotropic filtering is not supported by tcu::Sampler");
@@ -2379,6 +2401,21 @@ tcu::Sampler::WrapMode mapVkSamplerAddressMode (VkSamplerAddressMode addressMode
        return tcu::Sampler::WRAPMODE_LAST;
 }
 
+tcu::Sampler::ReductionMode mapVkSamplerReductionMode (VkSamplerReductionModeEXT reductionMode)
+{
+       switch (reductionMode)
+       {
+               case VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT:    return tcu::Sampler::WEIGHTED_AVERAGE;
+               case VK_SAMPLER_REDUCTION_MODE_MIN_EXT:                                 return tcu::Sampler::MIN;
+               case VK_SAMPLER_REDUCTION_MODE_MAX_EXT:                                 return tcu::Sampler::MAX;
+               default:
+                       break;
+       }
+
+       DE_ASSERT(false);
+       return tcu::Sampler::REDUCTIONMODE_LAST;
+}
+
 tcu::Sampler::FilterMode mapVkMinTexFilter (VkFilter filter, VkSamplerMipmapMode mipMode)
 {
        switch (filter)
index be091e7..1f62cc1 100644 (file)
@@ -51,6 +51,7 @@ tcu::TextureFormat                    getStencilCopyFormat            (VkFormat combinedFormat);
 tcu::Sampler                           mapVkSampler                            (const VkSamplerCreateInfo& samplerCreateInfo);
 tcu::Sampler::CompareMode      mapVkSamplerCompareOp           (VkCompareOp compareOp);
 tcu::Sampler::WrapMode         mapVkSamplerAddressMode         (VkSamplerAddressMode addressMode);
+tcu::Sampler::ReductionMode mapVkSamplerReductionMode  (VkSamplerReductionModeEXT reductionMode);
 tcu::Sampler::FilterMode       mapVkMinTexFilter                       (VkFilter filter, VkSamplerMipmapMode mipMode);
 tcu::Sampler::FilterMode       mapVkMagTexFilter                       (VkFilter filter);
 
index 43180be..cb3ad96 100644 (file)
@@ -47,6 +47,7 @@ const char*   getSamplerYcbcrRangeKHRName                             (VkSamplerYcbcrRangeKHR value);
 const char*    getChromaLocationKHRName                                (VkChromaLocationKHR value);
 const char*    getDebugReportObjectTypeEXTName                 (VkDebugReportObjectTypeEXT value);
 const char*    getDebugReportErrorEXTName                              (VkDebugReportErrorEXT value);
+const char*    getSamplerReductionModeEXTName                  (VkSamplerReductionModeEXT value);
 
 inline tcu::Format::Enum<VkPipelineCacheHeaderVersion>         getPipelineCacheHeaderVersionStr                (VkPipelineCacheHeaderVersion value)            { return tcu::Format::Enum<VkPipelineCacheHeaderVersion>(getPipelineCacheHeaderVersionName, value);                             }
 inline tcu::Format::Enum<VkResult>                                                     getResultStr                                                    (VkResult value)                                                        { return tcu::Format::Enum<VkResult>(getResultName, value);                                                                                                             }
@@ -94,6 +95,7 @@ inline tcu::Format::Enum<VkSamplerYcbcrRangeKHR>                      getSamplerYcbcrRangeKHRStr
 inline tcu::Format::Enum<VkChromaLocationKHR>                          getChromaLocationKHRStr                                 (VkChromaLocationKHR value)                                     { return tcu::Format::Enum<VkChromaLocationKHR>(getChromaLocationKHRName, value);                                                               }
 inline tcu::Format::Enum<VkDebugReportObjectTypeEXT>           getDebugReportObjectTypeEXTStr                  (VkDebugReportObjectTypeEXT value)                      { return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getDebugReportObjectTypeEXTName, value);                                 }
 inline tcu::Format::Enum<VkDebugReportErrorEXT>                                getDebugReportErrorEXTStr                               (VkDebugReportErrorEXT value)                           { return tcu::Format::Enum<VkDebugReportErrorEXT>(getDebugReportErrorEXTName, value);                                                   }
+inline tcu::Format::Enum<VkSamplerReductionModeEXT>                    getSamplerReductionModeEXTStr                   (VkSamplerReductionModeEXT value)                       { return tcu::Format::Enum<VkSamplerReductionModeEXT>(getSamplerReductionModeEXTName, value);                                   }
 
 inline std::ostream&   operator<<      (std::ostream& s, VkPipelineCacheHeaderVersion value)           { return s << getPipelineCacheHeaderVersionStr(value);          }
 inline std::ostream&   operator<<      (std::ostream& s, VkResult value)                                                       { return s << getResultStr(value);                                                      }
@@ -141,6 +143,7 @@ inline std::ostream&        operator<<      (std::ostream& s, VkSamplerYcbcrRangeKHR value)
 inline std::ostream&   operator<<      (std::ostream& s, VkChromaLocationKHR value)                            { return s << getChromaLocationKHRStr(value);                           }
 inline std::ostream&   operator<<      (std::ostream& s, VkDebugReportObjectTypeEXT value)                     { return s << getDebugReportObjectTypeEXTStr(value);            }
 inline std::ostream&   operator<<      (std::ostream& s, VkDebugReportErrorEXT value)                          { return s << getDebugReportErrorEXTStr(value);                         }
+inline std::ostream&   operator<<      (std::ostream& s, VkSamplerReductionModeEXT value)                      { return s << getSamplerReductionModeEXTStr(value);                     }
 
 tcu::Format::Bitfield<32>      getFormatFeatureFlagsStr                                                (VkFormatFeatureFlags value);
 tcu::Format::Bitfield<32>      getImageUsageFlagsStr                                                   (VkImageUsageFlags value);
@@ -433,3 +436,5 @@ std::ostream&       operator<<      (std::ostream& s, const VkPresentTimesInfoGOOGLE& value
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceVariablePointerFeaturesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkBindBufferMemoryInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkBindImageMemoryInfoKHR& value);
+std::ostream&  operator<<      (std::ostream& s, const VkSamplerReductionModeCreateInfoEXT& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT& value);
index 8b9d1dd..b700f57 100644 (file)
@@ -225,6 +225,8 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR:                                                      return "VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR";
                case VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR:                                           return "VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR";
                case VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR:                                            return "VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT:            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT";
+               case VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT:                                          return "VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR:                                                       return "VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR";
                case VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR:                                     return "VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR";
                case VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR:                                                                       return "VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR";
@@ -1079,6 +1081,17 @@ const char* getDebugReportErrorEXTName (VkDebugReportErrorEXT value)
        }
 }
 
+const char* getSamplerReductionModeEXTName (VkSamplerReductionModeEXT value)
+{
+       switch (value)
+       {
+               case VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT:    return "VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT";
+               case VK_SAMPLER_REDUCTION_MODE_MIN_EXT:                                 return "VK_SAMPLER_REDUCTION_MODE_MIN_EXT";
+               case VK_SAMPLER_REDUCTION_MODE_MAX_EXT:                                 return "VK_SAMPLER_REDUCTION_MODE_MAX_EXT";
+               default:                                                                                                return DE_NULL;
+       }
+}
+
 tcu::Format::Bitfield<32> getFormatFeatureFlagsStr (VkFormatFeatureFlags value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -1106,6 +1119,7 @@ tcu::Format::Bitfield<32> getFormatFeatureFlagsStr (VkFormatFeatureFlags value)
                tcu::Format::BitDesc(VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR, "VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR"),
                tcu::Format::BitDesc(VK_FORMAT_FEATURE_DISJOINT_BIT_KHR,                                                                                                                                "VK_FORMAT_FEATURE_DISJOINT_BIT_KHR"),
                tcu::Format::BitDesc(VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR,                                                                                                  "VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR"),
+               tcu::Format::BitDesc(VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT,                                                                                             "VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT"),
        };
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
@@ -4506,3 +4520,24 @@ std::ostream& operator<< (std::ostream& s, const VkBindImageMemoryInfoKHR& value
        s << '}';
        return s;
 }
+
+std::ostream& operator<< (std::ostream& s, const VkSamplerReductionModeCreateInfoEXT& value)
+{
+       s << "VkSamplerReductionModeCreateInfoEXT = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\treductionMode = " << value.reductionMode << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT& value)
+{
+       s << "VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tfilterMinmaxSingleComponentFormats = " << value.filterMinmaxSingleComponentFormats << '\n';
+       s << "\tfilterMinmaxImageComponentMapping = " << value.filterMinmaxImageComponentMapping << '\n';
+       s << '}';
+       return s;
+}
index d51a304..bfab46d 100644 (file)
@@ -2046,3 +2046,18 @@ struct VkBindImageMemoryInfoKHR
        VkDeviceSize    memoryOffset;
 };
 
+struct VkSamplerReductionModeCreateInfoEXT
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkSamplerReductionModeEXT       reductionMode;
+};
+
+struct VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                filterMinmaxSingleComponentFormats;
+       VkBool32                filterMinmaxImageComponentMapping;
+};
+
index 283f241..9bec78b 100644 (file)
@@ -1448,6 +1448,64 @@ VkFormatFeatureFlags getRequiredOptimalTilingFeatures (VkFormat format)
        return flags;
 }
 
+VkFormatFeatureFlags getRequiredOptimalExtendedTilingFeatures (Context& context, VkFormat format, VkFormatFeatureFlags queriedFlags)
+{
+       VkFormatFeatureFlags    flags   = (VkFormatFeatureFlags)0;
+
+       // VK_EXT_sampler_filter_minmax:
+       //      If filterMinmaxSingleComponentFormats is VK_TRUE, the following formats must
+       //      support the VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT feature with
+       //      VK_IMAGE_TILING_OPTIMAL, if they support VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT.
+
+       static const VkFormat s_requiredSampledImageFilterMinMaxFormats[] =
+       {
+               VK_FORMAT_R8_UNORM,
+               VK_FORMAT_R8_SNORM,
+               VK_FORMAT_R16_UNORM,
+               VK_FORMAT_R16_SNORM,
+               VK_FORMAT_R16_SFLOAT,
+               VK_FORMAT_R32_SFLOAT,
+               VK_FORMAT_D16_UNORM,
+               VK_FORMAT_X8_D24_UNORM_PACK32,
+               VK_FORMAT_D32_SFLOAT,
+               VK_FORMAT_D16_UNORM_S8_UINT,
+               VK_FORMAT_D24_UNORM_S8_UINT,
+               VK_FORMAT_D32_SFLOAT_S8_UINT,
+       };
+
+       if ((queriedFlags & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) != 0)
+       {
+               if (de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_sampler_filter_minmax"))
+               {
+                       if (de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterMinMaxFormats), DE_ARRAY_END(s_requiredSampledImageFilterMinMaxFormats), format))
+                       {
+                               VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT        physicalDeviceSamplerMinMaxProperties =
+                               {
+                                       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT,
+                                       DE_NULL,
+                                       DE_FALSE,
+                                       DE_FALSE
+                               };
+
+                               {
+                                       VkPhysicalDeviceProperties2KHR  physicalDeviceProperties;
+                                       physicalDeviceProperties.sType  = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR;
+                                       physicalDeviceProperties.pNext  = &physicalDeviceSamplerMinMaxProperties;
+
+                                       const InstanceInterface&                vk = context.getInstanceInterface();
+                                       vk.getPhysicalDeviceProperties2KHR(context.getPhysicalDevice(), &physicalDeviceProperties);
+                               }
+
+                               if (physicalDeviceSamplerMinMaxProperties.filterMinmaxImageComponentMapping)
+                               {
+                                       flags |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT;
+                               }
+                       }
+               }
+       }
+       return flags;
+}
+
 VkFormatFeatureFlags getRequiredBufferFeatures (VkFormat format)
 {
        static const VkFormat s_requiredVertexBufferFormats[] =
@@ -1591,8 +1649,8 @@ tcu::TestStatus formatProperties (Context& context, VkFormat format)
        const VkFormatProperties        properties                      = getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), format);
        bool                                            allOk                           = true;
 
-       // \todo [2017-05-16 pyry] This should be extended to cover for example COLOR_ATTACHMENT for depth formats etc.
-       // \todo [2017-05-18 pyry] Any other color conversion related features that can't be supported by regular formats?
+       const VkFormatFeatureFlags      extOptimalFeatures      = getRequiredOptimalExtendedTilingFeatures(context, format, properties.optimalTilingFeatures);
+
        const VkFormatFeatureFlags      notAllowedFeatures      = VK_FORMAT_FEATURE_DISJOINT_BIT_KHR;
 
 
@@ -1603,9 +1661,9 @@ tcu::TestStatus formatProperties (Context& context, VkFormat format)
                VkFormatFeatureFlags                                            requiredFeatures;
        } fields[] =
        {
-               { &VkFormatProperties::linearTilingFeatures,    "linearTilingFeatures",         (VkFormatFeatureFlags)0                                         },
-               { &VkFormatProperties::optimalTilingFeatures,   "optimalTilingFeatures",        getRequiredOptimalTilingFeatures(format)        },
-               { &VkFormatProperties::bufferFeatures,                  "bufferFeatures",                       getRequiredBufferFeatures(format)                       }
+               { &VkFormatProperties::linearTilingFeatures,    "linearTilingFeatures",         (VkFormatFeatureFlags)0                                                                                 },
+               { &VkFormatProperties::optimalTilingFeatures,   "optimalTilingFeatures",        getRequiredOptimalTilingFeatures(format) | extOptimalFeatures   },
+               { &VkFormatProperties::bufferFeatures,                  "bufferFeatures",                       getRequiredBufferFeatures(format)                                                               }
        };
 
        log << TestLog::Message << properties << TestLog::EndMessage;
@@ -1767,7 +1825,7 @@ tcu::TestStatus ycbcrFormatProperties (Context& context, VkFormat format)
                if ((supported & ~allowed) != 0)
                {
                        log << TestLog::Message << "ERROR in " << fieldName << ":\n"
-                                                                   << "  has: " << getFormatFeatureFlagsStr(supported & ~allowed)
+                                                                       << "  has: " << getFormatFeatureFlagsStr(supported & ~allowed)
                                << TestLog::EndMessage;
                        allOk = false;
                }
index bf162cd..fe65248 100644 (file)
@@ -205,6 +205,7 @@ ImageSamplingInstance::ImageSamplingInstance (Context&                                                      context,
        , m_layerCount                  (layerCount)
        , m_imageCount                  (imageCount)
        , m_componentMapping    (componentMapping)
+       , m_componentMask               (true)
        , m_subresourceRange    (subresourceRange)
        , m_samplerParams               (samplerParams)
        , m_samplerLod                  (samplerLod)
@@ -233,13 +234,61 @@ ImageSamplingInstance::ImageSamplingInstance (Context&                                                    context,
                !isLinearFilteringSupported(context.getInstanceInterface(), context.getPhysicalDevice(), imageFormat, VK_IMAGE_TILING_OPTIMAL))
                throw tcu::NotSupportedError(std::string("Unsupported format for linear filtering: ") + getFormatName(imageFormat));
 
+       if (samplerParams.pNext != DE_NULL)
+       {
+               const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(samplerParams.pNext);
+               switch (nextType)
+               {
+                       case VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT:
+                       {
+                               if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_sampler_filter_minmax"))
+                                       TCU_THROW(NotSupportedError, "VK_EXT_sampler_filter_minmax not supported");
+
+                               if (!isMinMaxFilteringSupported(context.getInstanceInterface(), context.getPhysicalDevice(), imageFormat, VK_IMAGE_TILING_OPTIMAL))
+                                       throw tcu::NotSupportedError(std::string("Unsupported format for min/max filtering: ") + getFormatName(imageFormat));
+
+                               VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT        physicalDeviceSamplerMinMaxProperties =
+                               {
+                                       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT,
+                                       DE_NULL,
+                                       DE_FALSE,
+                                       DE_FALSE
+                               };
+                               VkPhysicalDeviceProperties2KHR                                          physicalDeviceProperties;
+                               physicalDeviceProperties.sType  = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR;
+                               physicalDeviceProperties.pNext  = &physicalDeviceSamplerMinMaxProperties;
+
+                               vki.getPhysicalDeviceProperties2KHR(context.getPhysicalDevice(), &physicalDeviceProperties);
+
+                               if (physicalDeviceSamplerMinMaxProperties.filterMinmaxImageComponentMapping != VK_TRUE)
+                               {
+                                       // If filterMinmaxImageComponentMapping is VK_FALSE the component mapping of the image
+                                       // view used with min/max filtering must have been created with the r component set to
+                                       // VK_COMPONENT_SWIZZLE_IDENTITY. Only the r component of the sampled image value is
+                                       // defined and the other component values are undefined
+
+                                       m_componentMask = tcu::BVec4(true, false, false, false);
+
+                                       if (m_componentMapping.r != VK_COMPONENT_SWIZZLE_IDENTITY)
+                                       {
+                                               TCU_THROW(NotSupportedError, "filterMinmaxImageComponentMapping is not supported (R mapping is not IDENTITY)");
+                                       }
+                               }
+                       }
+                       break;
+                       default:
+                               TCU_FAIL("Unrecognized sType in chained sampler create info");
+               }
+       }
+
+
        if ((samplerParams.addressModeU == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE ||
                 samplerParams.addressModeV == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE ||
                 samplerParams.addressModeW == VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE) &&
                !de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_KHR_sampler_mirror_clamp_to_edge"))
                TCU_THROW(NotSupportedError, "VK_KHR_sampler_mirror_clamp_to_edge not supported");
 
-       if (isCompressedFormat(imageFormat) && imageViewType == VK_IMAGE_VIEW_TYPE_3D)
+       if ((isCompressedFormat(imageFormat) || isDepthStencilFormat(imageFormat)) && imageViewType == VK_IMAGE_VIEW_TYPE_3D)
        {
                // \todo [2016-01-22 pyry] Mandate VK_ERROR_FORMAT_NOT_SUPPORTED
                try
@@ -255,11 +304,11 @@ ImageSamplingInstance::ImageSamplingInstance (Context&                                                    context,
                        if (formatProperties.maxExtent.width == 0 &&
                                formatProperties.maxExtent.height == 0 &&
                                formatProperties.maxExtent.depth == 0)
-                               TCU_THROW(NotSupportedError, "3D compressed format not supported");
+                               TCU_THROW(NotSupportedError, "3D compressed or depth format not supported");
                }
                catch (const Error&)
                {
-                       TCU_THROW(NotSupportedError, "3D compressed format not supported");
+                       TCU_THROW(NotSupportedError, "3D compressed or depth format not supported");
                }
        }
 
@@ -996,20 +1045,38 @@ tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const
                                                                          getSwizzledComp(vec, swz.a, 3));
 }
 
-tcu::Vec4 swizzleScaleBias (const tcu::Vec4& vec, const vk::VkComponentMapping& swz)
+/*--------------------------------------------------------------------*//*!
+* \brief Swizzle scale or bias vector by given mapping
+*
+* \param vec scale or bias vector
+* \param swz swizzle component mapping, may include ZERO, ONE, or IDENTITY
+* \param zeroOrOneValue vector value for component swizzled as ZERO or ONE
+* \return swizzled vector
+*//*--------------------------------------------------------------------*/
+tcu::Vec4 swizzleScaleBias (const tcu::Vec4& vec, const vk::VkComponentMapping& swz, float zeroOrOneValue)
 {
+
+       // Remove VK_COMPONENT_SWIZZLE_IDENTITY to avoid addressing channelValues[0]
+       const vk::VkComponentMapping nonIdentitySwz =
+       {
+               swz.r == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_R : swz.r,
+               swz.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : swz.g,
+               swz.b == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_B : swz.b,
+               swz.a == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_A : swz.a
+       };
+
        const float channelValues[] =
        {
-               1.0f, // -1
-               1.0f, // 0
-               1.0f,
+               -1.0f,                          // impossible
+               zeroOrOneValue,         // SWIZZLE_ZERO
+               zeroOrOneValue,         // SWIZZLE_ONE
                vec.x(),
                vec.y(),
                vec.z(),
-               vec.w()
+               vec.w(),
        };
 
-       return tcu::Vec4(channelValues[swz.r], channelValues[swz.g], channelValues[swz.b], channelValues[swz.a]);
+       return tcu::Vec4(channelValues[nonIdentitySwz.r], channelValues[nonIdentitySwz.g], channelValues[nonIdentitySwz.b], channelValues[nonIdentitySwz.a]);
 }
 
 template<typename ScalarType>
@@ -1171,7 +1238,7 @@ bool validateResultImage (const TextureViewType&                          texture,
                // and thus we need to pre-swizzle the texture.
                UniquePtr<typename TexViewTraits<TextureViewType>::TextureType> swizzledTex     (createSwizzledCopy(texture, swz));
 
-               return validateResultImage(*swizzledTex, sampler, texCoords, lodBounds, lookupPrecision, swizzleScaleBias(lookupScale, swz), swizzleScaleBias(lookupBias, swz), result, errorMask);
+               return validateResultImage(*swizzledTex, sampler, texCoords, lodBounds, lookupPrecision, swizzleScaleBias(lookupScale, swz, 1.0f), swizzleScaleBias(lookupBias, swz, 0.0f), result, errorMask);
        }
 }
 
@@ -1462,12 +1529,44 @@ tcu::TestStatus ImageSamplingInstance::verifyImage (void)
                // the point of the test is not to validate accuracy.
                lookupPrecision.coordBits               = tcu::IVec3(17, 17, 17);
                lookupPrecision.uvwBits                 = tcu::IVec3(5, 5, 5);
-               lookupPrecision.colorMask               = tcu::BVec4(true);
-               lookupPrecision.colorThreshold  = tcu::computeFixedPointThreshold(max((tcu::IVec4(8, 8, 8, 8) - (isNearestOnly ? 1 : 2)), tcu::IVec4(0))) / swizzleScaleBias(lookupScale, m_componentMapping);
+               lookupPrecision.colorMask               = m_componentMask;
+               lookupPrecision.colorThreshold  = tcu::computeFixedPointThreshold(max((tcu::IVec4(8, 8, 8, 8) - (isNearestOnly ? 1 : 2)), tcu::IVec4(0))) / swizzleScaleBias(lookupScale, m_componentMapping, 1.0f);
 
                if (tcu::isSRGB(m_texture->getTextureFormat()))
                        lookupPrecision.colorThreshold += tcu::Vec4(4.f / 255.f);
 
+               de::MovePtr<TestTexture>                        textureCopy;
+               TestTexture*                                            texture                 = DE_NULL;
+
+               if (isCombinedDepthStencilType(m_texture->getTextureFormat().type))
+               {
+                       // Verification loop does not support reading from combined depth stencil texture levels.
+                       // Get rid of stencil component.
+
+                       tcu::TextureFormat::ChannelType depthChannelType = tcu::TextureFormat::CHANNELTYPE_LAST;
+
+                       switch (m_texture->getTextureFormat().type)
+                       {
+                       case tcu::TextureFormat::UNSIGNED_INT_16_8_8:
+                               depthChannelType = tcu::TextureFormat::UNORM_INT16;
+                               break;
+                       case tcu::TextureFormat::UNSIGNED_INT_24_8:
+                       case tcu::TextureFormat::UNSIGNED_INT_24_8_REV:
+                               depthChannelType = tcu::TextureFormat::UNORM_INT24;
+                               break;
+                       case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
+                               depthChannelType = tcu::TextureFormat::FLOAT;
+                       default:
+                               DE_ASSERT("Unhandled texture format type in switch");
+                       }
+                       textureCopy     = m_texture->copy(tcu::TextureFormat(tcu::TextureFormat::D, depthChannelType));
+                       texture         = textureCopy.get();
+               }
+               else
+               {
+                       texture         = m_texture.get();
+               }
+
                for (int imgNdx = 0; imgNdx < m_imageCount; ++imgNdx)
                {
                        // Read back result image
@@ -1480,7 +1579,7 @@ tcu::TestStatus ImageSamplingInstance::verifyImage (void)
                                                                                                                                                                         m_colorFormat,
                                                                                                                                                                         m_renderSize));
                        const tcu::ConstPixelBufferAccess       resultAccess    = result->getAccess();
-                       bool                                                            compareOk               = validateResultImage(*m_texture,
+                       bool                                                            compareOk               = validateResultImage(*texture,
                                                                                                                                                                          m_imageViewType,
                                                                                                                                                                          subresource,
                                                                                                                                                                          sampler,
@@ -1512,7 +1611,7 @@ tcu::TestStatus ImageSamplingInstance::verifyImage (void)
                                        << tcu::TestLog::EndMessage;
                                anyWarnings = true;
 
-                               compareOk = validateResultImage(*m_texture,
+                               compareOk = validateResultImage(*texture,
                                                                                                m_imageViewType,
                                                                                                subresource,
                                                                                                sampler,
index 5982a45..364de2d 100644 (file)
@@ -87,6 +87,7 @@ private:
        const int                                                                       m_imageCount;
 
        const vk::VkComponentMapping                            m_componentMapping;
+       tcu::BVec4                                                                      m_componentMask;
        const vk::VkImageSubresourceRange                       m_subresourceRange;
        const vk::VkSamplerCreateInfo                           m_samplerParams;
        const float                                                                     m_samplerLod;
index 6929bef..24181a9 100644 (file)
@@ -127,6 +127,12 @@ bool isLinearFilteringSupported (const InstanceInterface& vki, VkPhysicalDevice
                case VK_FORMAT_R64G64_SFLOAT:
                case VK_FORMAT_R64G64B64_SFLOAT:
                case VK_FORMAT_R64G64B64A64_SFLOAT:
+               case VK_FORMAT_D16_UNORM:
+               case VK_FORMAT_X8_D24_UNORM_PACK32:
+               case VK_FORMAT_D32_SFLOAT:
+               case VK_FORMAT_D16_UNORM_S8_UINT:
+               case VK_FORMAT_D24_UNORM_S8_UINT:
+               case VK_FORMAT_D32_SFLOAT_S8_UINT:
                        return (formatFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT) != 0;
 
                default:
@@ -136,6 +142,16 @@ bool isLinearFilteringSupported (const InstanceInterface& vki, VkPhysicalDevice
        }
 }
 
+bool isMinMaxFilteringSupported (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkFormat format, VkImageTiling tiling)
+{
+       const VkFormatProperties        formatProperties        = getPhysicalDeviceFormatProperties(vki, physicalDevice, format);
+       const VkFormatFeatureFlags      formatFeatures          = tiling == VK_IMAGE_TILING_LINEAR
+                                                                                                       ? formatProperties.linearTilingFeatures
+                                                                                                       : formatProperties.optimalTilingFeatures;
+
+       return (formatFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT) != 0;
+}
+
 VkBorderColor getFormatBorderColor (BorderColor color, VkFormat format)
 {
        if (!isCompressedFormat(format) && (isIntFormat(format) || isUintFormat(format)))
index 1081703..076719a 100644 (file)
@@ -58,6 +58,11 @@ bool                                                 isLinearFilteringSupported      (const vk::InstanceInterface&   instanceInte
                                                                                                                         vk::VkFormat                                   format,
                                                                                                                         vk::VkImageTiling                              tiling);
 
+bool                                                   isMinMaxFilteringSupported      (const vk::InstanceInterface&   instanceInterface,
+                                                                                                                        vk::VkPhysicalDevice                   device,
+                                                                                                                        vk::VkFormat                                   format,
+                                                                                                                        vk::VkImageTiling                              tiling);
+
 vk::VkBorderColor                              getFormatBorderColor            (BorderColor color, vk::VkFormat format);
 
 void                                                   getLookupScaleBias                      (vk::VkFormat                                   format,
index dd2bb52..bd531cd 100644 (file)
@@ -61,11 +61,13 @@ public:
                                                                                                                                 float                          samplerLod);
        virtual                                                         ~SamplerTest                    (void) {}
 
+       tcu::Vec4                                                       swizzle                                 (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const;
        virtual void                                            initPrograms                    (SourceCollections& sourceCollections) const;
        virtual TestInstance*                           createInstance                  (Context& context) const;
        virtual tcu::UVec2                                      getRenderSize                   (VkImageViewType viewType) const;
        virtual std::vector<Vertex4Tex4>        createVertices                  (void) const;
        virtual VkSamplerCreateInfo                     getSamplerCreateInfo    (void) const;
+       virtual VkComponentMapping                      getComponentMapping             (void) const;
 
        static std::string                                      getGlslSamplerType              (const tcu::TextureFormat& format, VkImageViewType type);
        static tcu::IVec3                                       getImageSize                    (VkImageViewType viewType, int size);
@@ -112,6 +114,46 @@ private:
        VkFilter                                                m_minFilter;
 };
 
+class SamplerMagReduceFilterTest : public SamplerMagFilterTest
+{
+public:
+                                                                                               SamplerMagReduceFilterTest      (tcu::TestContext&                      testContext,
+                                                                                                                                                       const char*                                     name,
+                                                                                                                                                       const char*                                     description,
+                                                                                                                                                       VkImageViewType                         imageViewType,
+                                                                                                                                                       VkFormat                                        imageFormat,
+                                                                                                                                                       VkComponentMapping                      componentMapping,
+                                                                                                                                                       VkSamplerReductionModeEXT       reductionMode);
+
+       virtual                                                                         ~SamplerMagReduceFilterTest     (void) {}
+       virtual VkSamplerCreateInfo                                     getSamplerCreateInfo            (void) const;
+       virtual VkComponentMapping                                      getComponentMapping                     (void) const;
+
+private:
+       const VkSamplerReductionModeCreateInfoEXT       m_reductionCreaterInfo;
+       VkComponentMapping                                                      m_componentMapping;
+};
+
+class SamplerMinReduceFilterTest : public SamplerMinFilterTest
+{
+public:
+                                                                                               SamplerMinReduceFilterTest      (tcu::TestContext&                      testContext,
+                                                                                                                                                        const char*                            name,
+                                                                                                                                                        const char*                            description,
+                                                                                                                                                        VkImageViewType                        imageViewType,
+                                                                                                                                                        VkFormat                                       imageFormat,
+                                                                                                                                                        VkComponentMapping                     componentMapping,
+                                                                                                                                                        VkSamplerReductionModeEXT      reductionMode);
+
+       virtual                                                                         ~SamplerMinReduceFilterTest     (void) {}
+       virtual VkSamplerCreateInfo                                     getSamplerCreateInfo            (void) const;
+       virtual VkComponentMapping                                      getComponentMapping                     (void) const;
+
+private:
+       const VkSamplerReductionModeCreateInfoEXT       m_reductionCreaterInfo;
+       VkComponentMapping                                                      m_componentMapping;
+};
+
 class SamplerLodTest : public SamplerTest
 {
 public:
@@ -177,6 +219,36 @@ SamplerTest::SamplerTest (tcu::TestContext&        testContext,
 {
 }
 
+tcu::Vec4 SamplerTest::swizzle (tcu::Vec4 inputData, VkComponentMapping componentMapping, float zeroOrOneValue) const
+{
+       // Remove VK_COMPONENT_SWIZZLE_IDENTITY to avoid addressing channelValues[0]
+       const vk::VkComponentMapping nonIdentityMapping =
+       {
+               componentMapping.r == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_R : componentMapping.r,
+               componentMapping.g == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_G : componentMapping.g,
+               componentMapping.b == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_B : componentMapping.b,
+               componentMapping.a == VK_COMPONENT_SWIZZLE_IDENTITY ? VK_COMPONENT_SWIZZLE_A : componentMapping.a
+
+       };
+       // array map with enum VkComponentSwizzle
+       const float channelValues[] =
+       {
+               -1.0f,                                  // impossible
+               zeroOrOneValue,                 // SWIZZLE_0
+               zeroOrOneValue,                 // SWIZZLE_1
+               inputData.x(),
+               inputData.y(),
+               inputData.z(),
+               inputData.w(),
+               -1.0f
+       };
+
+       return tcu::Vec4(channelValues[nonIdentityMapping.r],
+                                        channelValues[nonIdentityMapping.g],
+                                        channelValues[nonIdentityMapping.b],
+                                        channelValues[nonIdentityMapping.a]);
+}
+
 void SamplerTest::initPrograms (SourceCollections& sourceCollections) const
 {
        std::ostringstream                              vertexSrc;
@@ -189,6 +261,9 @@ void SamplerTest::initPrograms (SourceCollections& sourceCollections) const
 
        getLookupScaleBias(m_imageFormat, lookupScale, lookupBias);
 
+       tcu::Vec4                                               swizzledScale   = swizzle(lookupScale,  getComponentMapping(), 1.0f);
+       tcu::Vec4                                               swizzledBias    = swizzle(lookupBias,   getComponentMapping(), 0.0f);
+
        switch (m_imageViewType)
        {
                case VK_IMAGE_VIEW_TYPE_1D:
@@ -237,7 +312,7 @@ void SamplerTest::initPrograms (SourceCollections& sourceCollections) const
        else
                fragmentSrc << "texture(texSampler, vtxTexCoords." << texCoordSwizzle << ")" << std::fixed;
 
-       fragmentSrc << " * vec4" << std::scientific << lookupScale << " + vec4" << lookupBias << ";\n"
+       fragmentSrc << " * vec4" << std::scientific << swizzledScale << " + vec4" << swizzledBias << ";\n"
                                << "}\n";
 
        sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str());
@@ -249,10 +324,13 @@ TestInstance* SamplerTest::createInstance (Context& context) const
        const tcu::UVec2                                renderSize                      = getRenderSize(m_imageViewType);
        const std::vector<Vertex4Tex4>  vertices                        = createVertices();
        const VkSamplerCreateInfo               samplerParams           = getSamplerCreateInfo();
-       const VkComponentMapping                componentMapping        = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
+       const VkComponentMapping                componentMapping        = getComponentMapping();
+
+       const VkImageAspectFlags                imageAspect                     = (!isCompressedFormat(m_imageFormat) && hasDepthComponent(mapVkFormat(m_imageFormat).order)) ? VK_IMAGE_ASPECT_DEPTH_BIT : VK_IMAGE_ASPECT_COLOR_BIT;
+
        const VkImageSubresourceRange   subresourceRange        =
        {
-               VK_IMAGE_ASPECT_COLOR_BIT,                                                              // VkImageAspectFlags   aspectMask;
+               imageAspect,                                                                                    // VkImageAspectFlags   aspectMask;
                0u,                                                                                                             // deUint32                             baseMipLevel;
                (deUint32)deLog2Floor32(m_imageSize) + 1,                               // deUint32                             mipLevels;
                0u,                                                                                                             // deUint32                             baseArrayLayer;
@@ -319,6 +397,12 @@ VkSamplerCreateInfo SamplerTest::getSamplerCreateInfo (void) const
        return defaultSamplerParams;
 }
 
+VkComponentMapping SamplerTest::getComponentMapping (void) const
+{
+       const VkComponentMapping        componentMapping        = { VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A };
+       return componentMapping;
+}
+
 std::string SamplerTest::getGlslSamplerType (const tcu::TextureFormat& format, VkImageViewType type)
 {
        std::ostringstream samplerType;
@@ -450,6 +534,81 @@ VkSamplerCreateInfo SamplerMinFilterTest::getSamplerCreateInfo (void) const
 }
 
 
+namespace
+{
+
+VkSamplerReductionModeCreateInfoEXT getSamplerReductionCreateInfo (VkSamplerReductionModeEXT reductionMode)
+{
+       const VkSamplerReductionModeCreateInfoEXT        ret =
+       {
+               VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT,       // VkStructureType                              sType
+               DE_NULL,                                                                                                        // const void*                                  pNext
+               reductionMode                                                                                           // VkSamplerReductionModeEXT    reductionMode
+       };
+       return ret;
+}
+
+}
+
+
+// SamplerMagReduceFilterTest
+
+SamplerMagReduceFilterTest::SamplerMagReduceFilterTest (tcu::TestContext&      testContext,
+                                                                                                               const char*                                     name,
+                                                                                                               const char*                                     description,
+                                                                                                               VkImageViewType                         imageViewType,
+                                                                                                               VkFormat                                        imageFormat,
+                                                                                                               VkComponentMapping                      componentMapping,
+                                                                                                               VkSamplerReductionModeEXT       reductionMode)
+       : SamplerMagFilterTest          (testContext, name, description, imageViewType, imageFormat, VK_FILTER_LINEAR)
+       , m_reductionCreaterInfo        (getSamplerReductionCreateInfo(reductionMode))
+       , m_componentMapping            (componentMapping)
+{
+}
+
+VkSamplerCreateInfo SamplerMagReduceFilterTest::getSamplerCreateInfo (void) const
+{
+       VkSamplerCreateInfo samplerParams       = SamplerMagFilterTest::getSamplerCreateInfo();
+
+       samplerParams.pNext                                     = &m_reductionCreaterInfo;
+
+       return samplerParams;
+}
+
+VkComponentMapping SamplerMagReduceFilterTest::getComponentMapping (void) const
+{
+       return m_componentMapping;
+}
+
+// SamplerMinReduceFilterTest
+
+SamplerMinReduceFilterTest::SamplerMinReduceFilterTest (tcu::TestContext&      testContext,
+                                                                                                               const char*                                     name,
+                                                                                                               const char*                                     description,
+                                                                                                               VkImageViewType                         imageViewType,
+                                                                                                               VkFormat                                        imageFormat,
+                                                                                                               VkComponentMapping                      componentMapping,
+                                                                                                               VkSamplerReductionModeEXT       reductionMode)
+       : SamplerMinFilterTest          (testContext, name, description, imageViewType, imageFormat, VK_FILTER_LINEAR)
+       , m_reductionCreaterInfo        (getSamplerReductionCreateInfo(reductionMode))
+       , m_componentMapping            (componentMapping)
+{
+}
+
+VkSamplerCreateInfo SamplerMinReduceFilterTest::getSamplerCreateInfo (void) const
+{
+       VkSamplerCreateInfo samplerParams       = SamplerMinFilterTest::getSamplerCreateInfo();
+
+       samplerParams.pNext                                     = &m_reductionCreaterInfo;
+
+       return samplerParams;
+}
+
+VkComponentMapping SamplerMinReduceFilterTest::getComponentMapping (void) const
+{
+       return m_componentMapping;
+}
+
 // SamplerLodTest
 
 SamplerLodTest::SamplerLodTest (tcu::TestContext&      testContext,
@@ -571,8 +730,8 @@ MovePtr<tcu::TestCaseGroup> createSamplerMagFilterTests (tcu::TestContext& testC
        MovePtr<tcu::TestCaseGroup> samplerMagFilterTests (new tcu::TestCaseGroup(testCtx, "mag_filter", "Tests for magnification filter"));
 
        if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat)))
-               samplerMagFilterTests->addChild(new SamplerMagFilterTest(testCtx, "linear", "Magnifies image using VK_TEX_FILTER_LINEAR", imageViewType, imageFormat, VK_FILTER_LINEAR));
-       samplerMagFilterTests->addChild(new SamplerMagFilterTest(testCtx, "nearest", "Magnifies image using VK_TEX_FILTER_NEAREST", imageViewType, imageFormat, VK_FILTER_NEAREST));
+               samplerMagFilterTests->addChild(new SamplerMagFilterTest(testCtx, "linear", "Magnifies image using VK_FILTER_LINEAR", imageViewType, imageFormat, VK_FILTER_LINEAR));
+       samplerMagFilterTests->addChild(new SamplerMagFilterTest(testCtx, "nearest", "Magnifies image using VK_FILTER_NEAREST", imageViewType, imageFormat, VK_FILTER_NEAREST));
 
        return samplerMagFilterTests;
 }
@@ -582,12 +741,89 @@ MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testC
        MovePtr<tcu::TestCaseGroup> samplerMinFilterTests (new tcu::TestCaseGroup(testCtx, "min_filter", "Tests for minification filter"));
 
        if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat)))
-               samplerMinFilterTests->addChild(new SamplerMinFilterTest(testCtx, "linear", "Minifies image using VK_TEX_FILTER_LINEAR", imageViewType, imageFormat, VK_FILTER_LINEAR));
-       samplerMinFilterTests->addChild(new SamplerMinFilterTest(testCtx, "nearest", "Minifies image using VK_TEX_FILTER_NEAREST", imageViewType, imageFormat, VK_FILTER_NEAREST));
+               samplerMinFilterTests->addChild(new SamplerMinFilterTest(testCtx, "linear", "Minifies image using VK_FILTER_LINEAR", imageViewType, imageFormat, VK_FILTER_LINEAR));
+       samplerMinFilterTests->addChild(new SamplerMinFilterTest(testCtx, "nearest", "Minifies image using VK_FILTER_NEAREST", imageViewType, imageFormat, VK_FILTER_NEAREST));
 
        return samplerMinFilterTests;
 }
 
+const VkComponentMapping reduceFilterComponentMappings[]       =
+{
+       // filterMinmaxImageComponentMapping  == false - compatible mapping:
+       { VK_COMPONENT_SWIZZLE_IDENTITY,        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          },
+       { VK_COMPONENT_SWIZZLE_B,                       VK_COMPONENT_SWIZZLE_G,         VK_COMPONENT_SWIZZLE_R,                 VK_COMPONENT_SWIZZLE_A          },
+       { VK_COMPONENT_SWIZZLE_ONE,                     VK_COMPONENT_SWIZZLE_R,         VK_COMPONENT_SWIZZLE_R,                 VK_COMPONENT_SWIZZLE_R          },
+};
+
+static std::string getShortComponentSwizzleName (VkComponentSwizzle componentSwizzle)
+{
+       const std::string       fullName        = getComponentSwizzleName(componentSwizzle);
+       const char*                     prefix          = "VK_COMPONENT_SWIZZLE_";
+
+       DE_ASSERT(de::beginsWith(fullName, prefix));
+
+       return de::toLower(fullName.substr(deStrnlen(prefix, -1)));
+}
+
+static std::string getComponentMappingGroupName (const VkComponentMapping& componentMapping)
+{
+       std::ostringstream name;
+
+       name << "comp_";
+
+       name << getShortComponentSwizzleName(componentMapping.r) << "_"
+                << getShortComponentSwizzleName(componentMapping.g) << "_"
+                << getShortComponentSwizzleName(componentMapping.b) << "_"
+                << getShortComponentSwizzleName(componentMapping.a);
+
+       return name.str();
+}
+
+MovePtr<tcu::TestCaseGroup> createSamplerMagReduceFilterTests (tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat)
+{
+       MovePtr<tcu::TestCaseGroup> samplerMagReduceFilterTests (new tcu::TestCaseGroup(testCtx, "mag_reduce", "Tests for magnification reduce filter"));
+
+       for (size_t i = 0; i < DE_LENGTH_OF_ARRAY(reduceFilterComponentMappings); ++i)
+       {
+               const VkComponentMapping&       mapping         = reduceFilterComponentMappings[i];
+
+               MovePtr<tcu::TestCaseGroup> componentGroup (new tcu::TestCaseGroup(testCtx, getComponentMappingGroupName(mapping).c_str(), "Group for given view component mapping"));
+
+               if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat)))
+               {
+                       componentGroup->addChild(new SamplerMagReduceFilterTest(testCtx, "average", "Magnifies image using VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT", imageViewType, imageFormat, mapping, VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT));
+               }
+               componentGroup->addChild(new SamplerMagReduceFilterTest(testCtx, "min", "Magnifies and reduces image using VK_SAMPLER_REDUCTION_MODE_MIN_EXT", imageViewType, imageFormat, mapping, VK_SAMPLER_REDUCTION_MODE_MIN_EXT));
+               componentGroup->addChild(new SamplerMagReduceFilterTest(testCtx, "max", "Magnifies and reduces image using VK_SAMPLER_REDUCTION_MODE_MAX_EXT", imageViewType, imageFormat, mapping, VK_SAMPLER_REDUCTION_MODE_MAX_EXT));
+               samplerMagReduceFilterTests->addChild(componentGroup.release());
+       }
+       return samplerMagReduceFilterTests;
+}
+
+MovePtr<tcu::TestCaseGroup> createSamplerMinReduceFilterTests (tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat)
+{
+       MovePtr<tcu::TestCaseGroup> samplerMinReduceFilterTests (new tcu::TestCaseGroup(testCtx, "min_reduce", "Tests for minification reduce filter"));
+
+       for (size_t i = 0; i < DE_LENGTH_OF_ARRAY(reduceFilterComponentMappings); ++i)
+       {
+               const VkComponentMapping&       mapping = reduceFilterComponentMappings[i];
+
+               MovePtr<tcu::TestCaseGroup> componentGroup (new tcu::TestCaseGroup(testCtx, getComponentMappingGroupName(mapping).c_str(), "Group for given view component mapping"));
+
+               if (isCompressedFormat(imageFormat) || (!isIntFormat(imageFormat) && !isUintFormat(imageFormat)))
+               {
+                       componentGroup->addChild(new SamplerMinReduceFilterTest(testCtx, "average", "Minifies image using VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT", imageViewType, imageFormat, mapping, VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT));
+               }
+               componentGroup->addChild(new SamplerMinReduceFilterTest(testCtx, "min", "Minifies and reduces image using VK_SAMPLER_REDUCTION_MODE_MIN_EXT", imageViewType, imageFormat, mapping, VK_SAMPLER_REDUCTION_MODE_MIN_EXT));
+               componentGroup->addChild(new SamplerMinReduceFilterTest(testCtx, "max", "Minifies and reduces image using VK_SAMPLER_REDUCTION_MODE_MAX_EXT", imageViewType, imageFormat, mapping, VK_SAMPLER_REDUCTION_MODE_MAX_EXT));
+               samplerMinReduceFilterTests->addChild(componentGroup.release());
+       }
+       return samplerMinReduceFilterTests;
+}
+
 MovePtr<tcu::TestCaseGroup> createSamplerLodTests (tcu::TestContext& testCtx, VkImageViewType imageViewType, VkFormat imageFormat, VkSamplerMipmapMode mipmapMode)
 {
        struct TestCaseConfig
@@ -822,6 +1058,10 @@ tcu::TestCaseGroup* createSamplerTests (tcu::TestContext& testCtx)
                VK_FORMAT_R16G16B16_SFLOAT,
                VK_FORMAT_R16G16_SINT,
 
+               // More 16/32-bit formats required for testing VK_EXT_sampler_filter_minmax
+               VK_FORMAT_R16_SNORM,
+               VK_FORMAT_R32_SFLOAT,
+
                // Scaled formats
                VK_FORMAT_R8G8B8A8_SSCALED,
                VK_FORMAT_A2R10G10B10_USCALED_PACK32,
@@ -847,6 +1087,14 @@ tcu::TestCaseGroup* createSamplerTests (tcu::TestContext& testCtx)
                VK_FORMAT_ASTC_10x8_SRGB_BLOCK,
                VK_FORMAT_ASTC_12x10_UNORM_BLOCK,
                VK_FORMAT_ASTC_12x12_SRGB_BLOCK,
+
+               // Depth formats required for testing VK_EXT_sampler_filter_minmax
+               VK_FORMAT_D16_UNORM,
+               VK_FORMAT_X8_D24_UNORM_PACK32,
+               VK_FORMAT_D32_SFLOAT,
+               VK_FORMAT_D16_UNORM_S8_UINT,
+               VK_FORMAT_D24_UNORM_S8_UINT,
+               VK_FORMAT_D32_SFLOAT_S8_UINT,
        };
 
        de::MovePtr<tcu::TestCaseGroup> samplerTests            (new tcu::TestCaseGroup(testCtx, "sampler", "Sampler tests"));
@@ -878,14 +1126,18 @@ tcu::TestCaseGroup* createSamplerTests (tcu::TestContext& testCtx)
                        {
                                // Do not include minFilter tests with compressed formats.
                                // Randomly generated compressed textures are too noisy and will derive in false positives.
-                               de::MovePtr<tcu::TestCaseGroup> minFilterTests          = createSamplerMinFilterTests(testCtx, viewType, format);
+                               de::MovePtr<tcu::TestCaseGroup> minFilterTests                  = createSamplerMinFilterTests(testCtx, viewType, format);
+                               de::MovePtr<tcu::TestCaseGroup> minReduceFilterTests    = createSamplerMinReduceFilterTests(testCtx, viewType, format);
                                formatGroup->addChild(minFilterTests.release());
+                               formatGroup->addChild(minReduceFilterTests.release());
                        }
 
-                       de::MovePtr<tcu::TestCaseGroup> magFilterTests          = createSamplerMagFilterTests(testCtx, viewType, format);
-                       de::MovePtr<tcu::TestCaseGroup> mipmapTests                     = createSamplerMipmapTests(testCtx, viewType, format);
+                       de::MovePtr<tcu::TestCaseGroup> magFilterTests                  = createSamplerMagFilterTests(testCtx, viewType, format);
+                       de::MovePtr<tcu::TestCaseGroup> magReduceFilterTests    = createSamplerMagReduceFilterTests(testCtx, viewType, format);
+                       de::MovePtr<tcu::TestCaseGroup> mipmapTests                             = createSamplerMipmapTests(testCtx, viewType, format);
 
                        formatGroup->addChild(magFilterTests.release());
+                       formatGroup->addChild(magReduceFilterTests.release());
                        formatGroup->addChild(mipmapTests.release());
 
                        if (viewType != VK_IMAGE_VIEW_TYPE_CUBE && viewType != VK_IMAGE_VIEW_TYPE_CUBE_ARRAY)
index d99eca0..9eb384d 100644 (file)
@@ -116493,8 +116493,32 @@ dEQP-VK.pipeline.image.dedicated_allocation.sampling_type.separate.view_type.cub
 dEQP-VK.pipeline.image.dedicated_allocation.sampling_type.separate.view_type.cube_array.format.r16_sfloat.count_1.size.13x13_array_of_36
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -116540,8 +116564,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116587,8 +116635,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116634,8 +116706,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116681,8 +116777,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -116727,7 +116847,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -116766,8 +116902,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -116813,8 +116973,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -116860,8 +117044,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116907,8 +117115,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -116954,8 +117186,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -117000,7 +117256,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -117038,7 +117310,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -117077,8 +117365,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -117124,8 +117436,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -117171,8 +117507,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -117217,7 +117577,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -117255,7 +117631,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -117294,8 +117686,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -117341,8 +117757,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -117388,8 +117828,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -117435,8 +117899,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -117482,8 +117970,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -117528,7 +118040,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -117566,7 +118094,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -117604,7 +118148,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -117643,8 +118203,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -117689,7 +118273,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -117728,8 +118328,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -117775,8 +118399,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -117822,8 +118470,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.1d.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -117869,8 +118541,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -117915,7 +118611,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -117954,8 +118666,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -118000,7 +118736,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -118038,7 +118790,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -118076,7 +118844,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -118115,8 +118899,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -118161,7 +118969,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -118199,7 +119023,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -118238,8 +119078,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.1d.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -118284,7 +119148,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -118321,8 +119201,166 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -118360,7 +119398,23 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -118399,8 +119453,32 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.address_
 dEQP-VK.pipeline.sampler.view_type.1d.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -118446,8 +119524,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118493,8 +119595,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118540,8 +119666,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.address_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118587,8 +119737,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -118633,7 +119807,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -118672,8 +119862,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -118719,8 +119933,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -118766,8 +120004,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.addres
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118813,8 +120075,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -118860,8 +120146,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -118906,7 +120216,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -118944,7 +120270,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -118983,8 +120325,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -119030,8 +120396,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -119077,8 +120467,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -119123,7 +120537,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -119161,7 +120591,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -119200,8 +120646,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -119247,8 +120717,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -119294,8 +120788,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -119341,8 +120859,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -119388,8 +120930,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -119434,7 +121000,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -119472,7 +121054,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -119510,7 +121108,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -119549,8 +121163,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -119595,7 +121233,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -119634,8 +121288,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -119681,8 +121359,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -119728,8 +121430,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -119775,8 +121501,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -119821,7 +121571,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -119860,8 +121626,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -119906,7 +121696,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -119944,7 +121750,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -119982,7 +121804,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -120021,8 +121859,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -120067,7 +121929,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -120105,7 +121983,23 @@ 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_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -120144,8 +122038,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -120190,7 +122108,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -120227,8 +122161,166 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -120266,7 +122358,23 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -120305,8 +122413,32 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.ad
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -120352,8 +122484,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120399,8 +122555,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120446,8 +122626,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120493,8 +122697,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -120539,7 +122767,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -120578,8 +122822,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -120625,8 +122893,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -120672,8 +122964,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120719,8 +123035,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -120766,8 +123106,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -120812,7 +123176,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -120850,7 +123230,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -120889,8 +123285,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -120936,8 +123356,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -120983,8 +123427,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -121029,7 +123497,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -121067,7 +123551,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -121106,8 +123606,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -121153,8 +123677,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -121200,8 +123748,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -121247,8 +123819,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -121294,8 +123890,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -121340,7 +123960,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -121378,7 +124014,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -121416,7 +124068,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -121455,8 +124123,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -121501,7 +124193,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -121540,8 +124248,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -121587,8 +124319,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -121634,8 +124390,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -121681,8 +124461,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -121727,7 +124531,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -121766,8 +124586,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -121812,7 +124656,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -121850,7 +124710,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -121888,7 +124764,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -121927,8 +124819,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -121973,7 +124889,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -122011,7 +124943,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -122050,8 +124998,32 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.2d.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -122096,7 +125068,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -122133,8 +125121,166 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -122172,7 +125318,23 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -122211,6 +125373,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.address_
 dEQP-VK.pipeline.sampler.view_type.2d.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122256,6 +125430,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122301,6 +125487,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122346,6 +125544,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122391,6 +125601,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a1_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122436,6 +125658,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122481,6 +125715,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.2d.format.etc2_r8g8b8a8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122526,6 +125772,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -122571,6 +125829,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122616,6 +125886,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -122661,6 +125943,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.eac_r11g11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122706,6 +126000,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_4x4_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122751,6 +126057,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_5x4_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122796,6 +126114,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x5_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122841,6 +126171,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_6x6_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122886,6 +126228,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -122931,6 +126285,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_8x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -122976,6 +126342,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -123021,6 +126399,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_10x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -123066,6 +126456,18 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x10_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -123109,10 +126511,460 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.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.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.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.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.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -123158,8 +127010,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123205,8 +127081,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123252,8 +127152,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123299,8 +127223,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -123345,7 +127293,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -123384,8 +127348,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -123431,8 +127419,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.addre
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -123478,8 +127490,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123525,8 +127561,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -123572,8 +127632,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -123618,7 +127702,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -123656,7 +127756,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -123695,8 +127811,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -123742,8 +127882,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -123789,8 +127953,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -123835,7 +128023,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -123873,7 +128077,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -123912,8 +128132,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -123959,8 +128203,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -124006,8 +128274,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -124053,8 +128345,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -124100,8 +128416,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -124146,7 +128486,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -124184,7 +128540,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -124222,7 +128594,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -124261,8 +128649,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.address_modes.uvw_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -124307,7 +128719,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -124346,8 +128774,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -124393,8 +128845,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -124440,8 +128916,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.address_modes.uv
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -124487,8 +128987,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -124533,7 +129057,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -124572,8 +129112,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -124618,7 +129182,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -124656,7 +129236,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -124694,7 +129290,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_mod
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -124733,8 +129345,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.address_modes.
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -124779,7 +129415,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -124817,7 +129469,23 @@ 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_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -124856,8 +129524,32 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -124902,7 +129594,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -124939,8 +129647,166 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -124978,7 +129844,23 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_mode
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -125017,6 +129899,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.ad
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125062,6 +129956,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.addre
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125107,6 +130013,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125152,6 +130070,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.add
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125197,6 +130127,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a1_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125242,6 +130184,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.add
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125287,6 +130241,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.addr
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.etc2_r8g8b8a8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125332,6 +130298,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -125377,6 +130355,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125422,6 +130412,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -125467,6 +130469,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.eac_r11g11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125512,6 +130526,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_4x4_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125557,6 +130583,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_5x4_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125602,6 +130640,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x5_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125647,6 +130697,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_6x6_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125692,6 +130754,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125737,6 +130811,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.address_m
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_8x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125782,6 +130868,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125827,6 +130925,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.address_
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_10x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -125872,6 +130982,18 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.addres
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x10_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -125915,10 +131037,460 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.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_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.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_array.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.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -125964,8 +131536,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4_unorm_pack8.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126011,8 +131607,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.r4g4b4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126058,8 +131678,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g6b5_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126105,8 +131749,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.r5g5b5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -126151,7 +131819,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2b10g10r10_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -126190,8 +131874,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uint_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -126237,8 +131945,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.address_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.b10g11r11_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -126284,8 +132016,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.e5b9g9r9_ufloat_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126331,8 +132087,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b4g4r4a4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -126378,8 +132158,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -126424,7 +132228,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -126462,7 +132282,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -126501,8 +132337,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -126548,8 +132408,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -126595,8 +132479,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -126641,7 +132549,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -126679,7 +132603,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -126718,8 +132658,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -126765,8 +132729,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -126812,8 +132800,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -126859,8 +132871,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8a8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -126906,8 +132942,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -126952,7 +133012,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_srgb.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -126990,7 +133066,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clam
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -127028,7 +133120,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -127067,8 +133175,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.address_modes.uvw_mode_cl
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -127113,7 +133245,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -127152,8 +133300,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -127199,8 +133371,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -127246,8 +133442,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.address_modes.uvw_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.b8g8r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -127293,8 +133513,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -127339,7 +133583,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -127378,8 +133638,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -127424,7 +133708,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16a16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -127462,7 +133762,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -127500,7 +133816,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32g32b32a32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -127539,8 +133871,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.address_modes.uvw_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -127585,7 +133941,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_c
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -127623,7 +133995,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -127662,8 +134050,32 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.address_modes.uvw_mode_cla
 dEQP-VK.pipeline.sampler.view_type.3d.format.r32_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -127708,7 +134120,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16b16_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -127745,8 +134173,166 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r16g16_sint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r16_snorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.r32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -127784,7 +134370,23 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8g8b8a8_sscaled.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -127823,6 +134425,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.address_
 dEQP-VK.pipeline.sampler.view_type.3d.format.a2r10g10b10_uscaled_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -127868,6 +134482,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.address_mod
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -127913,6 +134539,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -127958,6 +134596,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128003,6 +134653,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a1_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128048,6 +134710,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.address_m
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128093,6 +134767,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.address_mo
 dEQP-VK.pipeline.sampler.view_type.3d.format.etc2_r8g8b8a8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128138,6 +134824,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -128183,6 +134881,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128228,6 +134938,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -128273,6 +134995,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.eac_r11g11_snorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128318,6 +135052,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_4x4_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128363,6 +135109,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_5x4_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128408,6 +135166,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x5_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128453,6 +135223,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_6x6_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128498,6 +135280,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128543,6 +135337,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.address_modes.u
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_8x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128588,6 +135394,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x6_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128633,6 +135451,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.address_modes.
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_10x8_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -128678,6 +135508,18 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.address_mode
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x10_unorm_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -128721,10 +135563,460 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.3d.format.astc_12x12_srgb_block.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.x8_d24_unorm_pack32.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d16_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d24_unorm_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.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.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.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.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.d32_sfloat_s8_uint.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -128741,8 +136033,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4_unorm_pack8.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128759,7 +136075,31 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.r4g4b4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128776,8 +136116,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g6b5_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128794,8 +136158,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.r5g5b5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -128811,7 +136199,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2b10g10r10_unorm_pack32.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -128821,8 +136225,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.ne
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -128839,8 +136267,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.li
 dEQP-VK.pipeline.sampler.view_type.cube.format.b10g11r11_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -128857,8 +136309,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.e5b9g9r9_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128875,8 +136351,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.b4g4r4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -128893,8 +136393,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -128910,7 +136434,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -128919,7 +136459,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -128929,8 +136485,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -128947,8 +136527,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -128965,8 +136569,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.linear.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -128982,7 +136610,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -128991,7 +136635,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -129001,8 +136661,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -129019,8 +136703,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -129037,8 +136745,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -129055,8 +136787,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -129073,8 +136829,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.linear.lod.sel
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -129090,7 +136870,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -129099,7 +136895,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -129108,7 +136920,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -129118,8 +136946,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -129135,7 +136987,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -129145,8 +137013,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -129163,8 +137055,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -129181,8 +137097,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.linear.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.b8g8r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -129199,8 +137139,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.linear.lod.select
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -129216,7 +137180,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -129226,8 +137206,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -129243,7 +137247,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -129252,7 +137272,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -129261,7 +137297,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -129271,8 +137323,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -129288,7 +137364,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.sele
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -129297,7 +137389,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -129307,8 +137415,32 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.selec
 dEQP-VK.pipeline.sampler.view_type.cube.format.r32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -129324,7 +137456,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -129332,8 +137480,108 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.se
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -129342,7 +137590,23 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -129352,6 +137616,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129368,6 +137644,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.li
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129384,6 +137672,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129400,6 +137700,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129416,6 +137728,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a1_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129432,6 +137756,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129448,6 +137784,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.l
 dEQP-VK.pipeline.sampler.view_type.cube.format.etc2_r8g8b8a8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129464,6 +137812,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -129480,6 +137840,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129496,6 +137868,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -129512,6 +137896,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.eac_r11g11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129528,6 +137924,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_4x4_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129544,6 +137952,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_5x4_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129560,6 +137980,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x5_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129576,6 +138008,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_6x6_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129592,6 +138036,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129608,6 +138064,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_8x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129624,6 +138092,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129640,6 +138120,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_10x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -129656,6 +138148,18 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x10_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -129670,10 +138174,286 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_filter.linear
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.nearest.lod.select_max_4
@@ -129690,8 +138470,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4_unorm_pack8.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129708,8 +138512,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r4g4b4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129726,8 +138554,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g6b5_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129744,8 +138596,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r5g5b5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.nearest.lod.select_max_4
@@ -129761,7 +138637,23 @@ 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.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2b10g10r10_unorm_pack32.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_max_4
@@ -129771,8 +138663,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mip
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uint_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -129789,8 +138705,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mip
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b10g11r11_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.nearest.lod.select_max_4
@@ -129807,8 +138747,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.e5b9g9r9_ufloat_pack32.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129825,8 +138789,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b4g4r4a4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.nearest.lod.select_max_4
@@ -129843,8 +138831,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.nearest.lod.select_max_4
@@ -129860,7 +138872,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.s
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_max_4
@@ -129869,7 +138897,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_max_4
@@ -129879,8 +138923,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.nearest.lod.select_max_4
@@ -129897,8 +138965,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.nearest.lod.select_max_4
@@ -129915,8 +139007,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.linear.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.nearest.lod.select_max_4
@@ -129932,7 +139048,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_max_4
@@ -129941,7 +139073,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.select_max_4
@@ -129951,8 +139099,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.nearest.lod.select_max_4
@@ -129969,8 +139141,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -129987,8 +139183,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.nearest.lod.select_max_4
@@ -130005,8 +139225,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.linea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8a8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.nearest.lod.select_max_4
@@ -130023,8 +139267,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.linear.l
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_srgb.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.nearest.lod.select_max_4
@@ -130040,7 +139308,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_srgb.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_max_4
@@ -130049,7 +139333,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_max_4
@@ -130058,7 +139358,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.neares
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.select_max_4
@@ -130068,8 +139384,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.nearest.lod.select_max_4
@@ -130085,7 +139425,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_snorm.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.select_max_4
@@ -130095,8 +139451,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.nearest.lod.select_max_4
@@ -130113,8 +139493,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8_snorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.nearest.lod.select_max_4
@@ -130131,8 +139535,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.linear.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b8g8r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_filter.linear
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.nearest.lod.select_max_4
@@ -130149,8 +139577,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.linear.lod.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_unorm.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.nearest.lod.select_max_4
@@ -130166,7 +139618,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.select_max_4
@@ -130176,8 +139644,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.nearest.lod.select_max_4
@@ -130193,7 +139685,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16a16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_max_4
@@ -130202,7 +139710,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_uint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_max_4
@@ -130211,7 +139735,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.ne
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32g32b32a32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.select_max_4
@@ -130221,8 +139761,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.neare
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.nearest.lod.select_max_4
@@ -130238,7 +139802,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lo
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_max_4
@@ -130247,7 +139827,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sint.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.select_max_4
@@ -130257,8 +139853,32 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_uint.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.min_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.nearest.lod.select_max_4
@@ -130274,7 +139894,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.lin
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16b16_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_max_4
@@ -130282,8 +139918,108 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16g16_sint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r16_snorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r32_sfloat.mipmap.linear.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_max_4
@@ -130292,7 +140028,23 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nea
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8g8b8a8_sscaled.mipmap.nearest.lod.select_bias_3_7
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.min_reduce.comp_one_r_r_r.max
 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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_max_4
@@ -130302,6 +140054,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.a2r10g10b10_uscaled_pack32.mipmap.nearest.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130318,6 +140082,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mip
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130334,6 +140110,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130350,6 +140138,18 @@ 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.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130366,6 +140166,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a1_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130382,6 +140194,18 @@ 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.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130398,6 +140222,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mi
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.etc2_r8g8b8a8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130414,6 +140250,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -130430,6 +140278,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130446,6 +140306,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.nearest.lod.select_max_4
@@ -130462,6 +140334,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.eac_r11g11_snorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130478,6 +140362,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_4x4_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130494,6 +140390,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_5x4_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130510,6 +140418,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x5_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130526,6 +140446,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_6x6_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130542,6 +140474,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130558,6 +140502,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_8x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130574,6 +140530,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x6_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130590,6 +140558,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_10x8_srgb_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.nearest.lod.select_max_4
@@ -130606,6 +140586,18 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipm
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x10_unorm_block.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mag_reduce.comp_one_r_r_r.max
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.equal_min_3_max_3
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_min_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.nearest.lod.select_max_4
@@ -130620,6 +140612,258 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.astc_12x12_srgb_block.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.x8_d24_unorm_pack32.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d16_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d24_unorm_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_filter.nearest
+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_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
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.1d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
index cc02caa..a3e0006 100644 (file)
@@ -278,6 +278,8 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR = 1000127001,
     VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR = 1000146000,
     VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR = 1000146001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT = 1000130000,
+    VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT = 1000130001,
     VK_STRUCTURE_TYPE_IMAGE_FORMAT_LIST_CREATE_INFO_KHR = 1000147000,
     VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR = 1000146002,
     VK_STRUCTURE_TYPE_MEMORY_REQUIREMENTS_2_KHR = 1000146003,
@@ -976,6 +978,7 @@ typedef enum VkFormatFeatureFlagBits {
     VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = 0x00200000,
     VK_FORMAT_FEATURE_DISJOINT_BIT_KHR = 0x00400000,
     VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT_KHR = 0x00800000,
+    VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT = 0x00010000,
     VK_FORMAT_FEATURE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkFormatFeatureFlagBits;
 typedef VkFlags VkFormatFeatureFlags;
@@ -5235,6 +5238,34 @@ VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(
     const VkBindImageMemoryInfoKHR*             pBindInfos);
 #endif
 
+#define VK_EXT_sampler_filter_minmax 1
+#define VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION 1
+#define VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME "VK_EXT_sampler_filter_minmax"
+
+typedef enum VkSamplerReductionModeEXT {
+    VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT = 0,
+    VK_SAMPLER_REDUCTION_MODE_MIN_EXT = 1,
+    VK_SAMPLER_REDUCTION_MODE_MAX_EXT = 2,
+    VK_SAMPLER_REDUCTION_MODE_BEGIN_RANGE_EXT = VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT,
+    VK_SAMPLER_REDUCTION_MODE_END_RANGE_EXT = VK_SAMPLER_REDUCTION_MODE_MAX_EXT,
+    VK_SAMPLER_REDUCTION_MODE_RANGE_SIZE_EXT = (VK_SAMPLER_REDUCTION_MODE_MAX_EXT - VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT + 1),
+    VK_SAMPLER_REDUCTION_MODE_MAX_ENUM_EXT = 0x7FFFFFFF
+} VkSamplerReductionModeEXT;
+
+typedef struct VkSamplerReductionModeCreateInfoEXT {
+    VkStructureType              sType;
+    const void*                  pNext;
+    VkSamplerReductionModeEXT    reductionMode;
+} VkSamplerReductionModeCreateInfoEXT;
+
+typedef struct VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           filterMinmaxSingleComponentFormats;
+    VkBool32           filterMinmaxImageComponentMapping;
+} VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT;
+#endif
+
 #ifdef __cplusplus
 }
 #endif
index 134cfd8..a5be969 100644 (file)
@@ -349,6 +349,51 @@ static bool isTrilinearRangeValid (const LookupPrecision&  prec,
        return false;
 }
 
+static bool isReductionValid (const LookupPrecision&           prec,
+                                                         const Vec4&                                   c0,
+                                                         const Vec4&                                   c1,
+                                                         tcu::Sampler::ReductionMode   reductionMode,
+                                                         const Vec4&                                   result)
+{
+       DE_ASSERT(reductionMode == tcu::Sampler::MIN || reductionMode == tcu::Sampler::MAX);
+
+       const Vec4 color = (reductionMode == tcu::Sampler::MIN ? tcu::min(c0, c1) : tcu::max(c0, c1));
+
+       return isColorValid(prec, color, result);
+}
+
+static bool isReductionValid (const LookupPrecision&           prec,
+                                                         const ColorQuad&                              quad,
+                                                         tcu::Sampler::ReductionMode   reductionMode,
+                                                         const Vec4&                                   result)
+{
+       DE_ASSERT(reductionMode == tcu::Sampler::MIN || reductionMode == tcu::Sampler::MAX);
+
+       const Vec4 c0 = (reductionMode == tcu::Sampler::MIN ? tcu::min(quad.p00, quad.p01) : tcu::max(quad.p00, quad.p01));
+       const Vec4 c1 = (reductionMode == tcu::Sampler::MIN ? tcu::min(quad.p10, quad.p11) : tcu::max(quad.p10, quad.p11));
+
+       return isReductionValid(prec, c0, c1, reductionMode, result);
+}
+
+static bool isReductionValid (const LookupPrecision&           prec,
+                                                         const ColorQuad&                              quad0,
+                                                         const ColorQuad&                              quad1,
+                                                         tcu::Sampler::ReductionMode   reductionMode,
+                                                         const Vec4&                                   result)
+{
+       DE_ASSERT(reductionMode == tcu::Sampler::MIN || reductionMode == tcu::Sampler::MAX);
+
+       const ColorQuad quad =
+       {
+               reductionMode == tcu::Sampler::MIN ? tcu::min(quad0.p00, quad1.p00) : tcu::max(quad0.p00, quad1.p00),                   // p00
+               reductionMode == tcu::Sampler::MIN ? tcu::min(quad0.p01, quad1.p01) : tcu::max(quad0.p01, quad1.p01),                   // p01
+               reductionMode == tcu::Sampler::MIN ? tcu::min(quad0.p10, quad1.p10) : tcu::max(quad0.p10, quad1.p10),                   // p10
+               reductionMode == tcu::Sampler::MIN ? tcu::min(quad0.p11, quad1.p11) : tcu::max(quad0.p11, quad1.p11),                   // p11
+       };
+
+       return isReductionValid(prec, quad, reductionMode, result);
+}
+
 static bool is1DTrilinearFilterResultValid (const LookupPrecision&     prec,
                                                                                        const ColorLine&                line0,
                                                                                        const ColorLine&                line1,
@@ -636,9 +681,11 @@ bool isLinearSampleResultValid (const ConstPixelBufferAccess&              level,
        const TextureFormat                     format                  = level.getFormat();
        const TextureChannelClass       texClass                = getTextureChannelClass(format.type);
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
+
        DE_UNREF(texClass);
        DE_UNREF(format);
 
@@ -655,8 +702,16 @@ bool isLinearSampleResultValid (const ConstPixelBufferAccess&              level,
                const Vec4      colorA  = lookup<float>(level, sampler, x0, coordY, 0);
                const Vec4      colorB  = lookup<float>(level, sampler, x1, coordY, 0);
 
-               if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result))
-                       return true;
+               if (sampler.reductionMode == Sampler::WEIGHTED_AVERAGE)
+               {
+                       if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result))
+                               return true;
+               }
+               else
+               {
+                       if (isReductionValid(prec, colorA, colorB, sampler.reductionMode, result))
+                               return true;
+               }
        }
 
        return false;
@@ -686,9 +741,10 @@ bool isLinearSampleResultValid (const ConstPixelBufferAccess&              level,
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        // \todo [2013-07-03 pyry] This could be optimized by first computing ranges based on wrap mode.
 
@@ -714,8 +770,16 @@ bool isLinearSampleResultValid (const ConstPixelBufferAccess&              level,
                        if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT)
                                searchStep = computeBilinearSearchStepFromFloatQuad(prec, quad);
 
-                       if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
-                               return true;
+                       if (sampler.reductionMode == Sampler::WEIGHTED_AVERAGE)
+                       {
+                               if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
+                                       return true;
+                       }
+                       else
+                       {
+                               if (isReductionValid(prec, quad, sampler.reductionMode, result))
+                                       return true;
+                       }
                }
        }
 
@@ -749,9 +813,10 @@ static bool isLinearSampleResultValid (const ConstPixelBufferAccess&               level,
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        // \todo [2013-07-03 pyry] This could be optimized by first computing ranges based on wrap mode.
 
@@ -784,8 +849,16 @@ static bool isLinearSampleResultValid (const ConstPixelBufferAccess&               level,
                                if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT)
                                        searchStep = de::min(computeBilinearSearchStepFromFloatQuad(prec, quad0), computeBilinearSearchStepFromFloatQuad(prec, quad1));
 
-                               if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
-                                       return true;
+                               if (sampler.reductionMode == Sampler::WEIGHTED_AVERAGE)
+                               {
+                                       if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
+                                               return true;
+                               }
+                               else
+                               {
+                                       if (isReductionValid(prec, quad0, quad1, sampler.reductionMode, result))
+                                               return true;
+                               }
                        }
                }
        }
@@ -971,9 +1044,10 @@ static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess&
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        for (int i0 = minI0; i0 <= maxI0; i0++)
        {
@@ -1058,9 +1132,10 @@ static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess&
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        for (int j0 = minJ0; j0 <= maxJ0; j0++)
        {
@@ -1167,9 +1242,10 @@ static bool isLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess&
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        for (int k0 = minK0; k0 <= maxK0; k0++)
        {
@@ -1462,9 +1538,10 @@ static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&fa
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        for (int j = minJ; j <= maxJ; j++)
        {
@@ -1495,8 +1572,16 @@ static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&fa
                        if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT)
                                searchStep = computeBilinearSearchStepFromFloatQuad(prec, quad);
 
-                       if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
-                               return true;
+                       if (sampler.reductionMode == Sampler::WEIGHTED_AVERAGE)
+                       {
+                               if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
+                                       return true;
+                       }
+                       else
+                       {
+                               if (isReductionValid(prec, quad, sampler.reductionMode, result))
+                                       return true;
+                       }
                }
        }
 
@@ -1537,9 +1622,10 @@ static bool isSeamplessLinearMipmapLinearSampleResultValid (const ConstPixelBuff
                                                                                                  texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ? computeBilinearSearchStepForSnorm(prec) :
                                                                                                  0.0f; // Step is computed for floating-point quads based on texel values.
 
-       DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT  ||
-                         texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT    ||
-                         texClass == TEXTURECHANNELCLASS_FLOATING_POINT);
+       DE_ASSERT(texClass                              == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT     ||
+                         texClass                              == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT       ||
+                         texClass                              == TEXTURECHANNELCLASS_FLOATING_POINT           ||
+                         sampler.reductionMode != Sampler::WEIGHTED_AVERAGE);
 
        for (int j0 = minJ0; j0 <= maxJ0; j0++)
        {
index 67010b4..3b9edbe 100644 (file)
@@ -205,6 +205,15 @@ public:
                FILTERMODE_LAST
        };
 
+       enum ReductionMode
+       {
+               WEIGHTED_AVERAGE = 0,
+               MIN,
+               MAX,
+
+               REDUCTIONMODE_LAST
+       };
+
        enum CompareMode
        {
                COMPAREMODE_NONE = 0,
@@ -236,6 +245,10 @@ public:
        // Minifcation & magnification
        FilterMode                      minFilter;
        FilterMode                      magFilter;
+
+       // min/max filtering reduction
+       ReductionMode           reductionMode;
+
        float                           lodThreshold;           // lod <= lodThreshold ? magnified : minified
 
        // Coordinate normalization
@@ -269,12 +282,14 @@ public:
                         int                            compareChannel_         = 0,
                         const Vec4&            borderColor_            = Vec4(0.0f, 0.0f, 0.0f, 0.0f),
                         bool                           seamlessCubeMap_        = false,
-                        DepthStencilMode       depthStencilMode_       = MODE_DEPTH)
+                        DepthStencilMode       depthStencilMode_       = MODE_DEPTH,
+                        ReductionMode          reductionMode_          = WEIGHTED_AVERAGE)
                : wrapS                         (wrapS_)
                , wrapT                         (wrapT_)
                , wrapR                         (wrapR_)
                , minFilter                     (minFilter_)
                , magFilter                     (magFilter_)
+               , reductionMode         (reductionMode_)
                , lodThreshold          (lodThreshold_)
                , normalizedCoords      (normalizedCoords_)
                , compare                       (compare_)
@@ -291,6 +306,7 @@ public:
                , wrapR                         (WRAPMODE_LAST)
                , minFilter                     (FILTERMODE_LAST)
                , magFilter                     (FILTERMODE_LAST)
+               , reductionMode         (REDUCTIONMODE_LAST)
                , lodThreshold          (0.0f)
                , normalizedCoords      (true)
                , compare                       (COMPAREMODE_NONE)